Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: 命令匹配支持强制指定空白符 #1748

Merged
merged 6 commits into from
Feb 26, 2023

Conversation

yanyongyu
Copy link
Member

fix #1743

@yanyongyu yanyongyu added the enhancement New feature or request label Feb 26, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Feb 26, 2023

🚀 Deployed on https://deploy-preview-1748--nonebot2.netlify.app

@codecov
Copy link

codecov bot commented Feb 26, 2023

Codecov Report

Merging #1748 (28b490b) into master (34223d6) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1748      +/-   ##
==========================================
+ Coverage   88.00%   88.06%   +0.06%     
==========================================
  Files          44       44              
  Lines        3342     3361      +19     
==========================================
+ Hits         2941     2960      +19     
  Misses        401      401              
Flag Coverage Δ
unittests 88.06% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nonebot/consts.py 100.00% <100.00%> (ø)
nonebot/params.py 100.00% <100.00%> (ø)
nonebot/plugin/on.py 99.38% <100.00%> (ø)
nonebot/rule.py 97.56% <100.00%> (+0.11%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions github-actions bot temporarily deployed to pull request February 26, 2023 07:10 Inactive
@github-actions github-actions bot temporarily deployed to pull request February 26, 2023 09:23 Inactive
@github-actions github-actions bot temporarily deployed to pull request February 26, 2023 09:29 Inactive
@github-actions github-actions bot temporarily deployed to pull request February 26, 2023 09:32 Inactive
@yanyongyu yanyongyu merged commit 433c672 into master Feb 26, 2023
@yanyongyu yanyongyu deleted the feat/command-whitespace branch February 26, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

希望可以添加让command后面必须接空白符的选项。
2 participants