We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
help 显示的插件描述不正常
ctx.command('foo.bar', 'should not be here')
然后调用 help,显示 .foo should not be here
.foo should not be here
有 ctx.command('foo') 定义时,help 中 foo 正常,不显示描述
ctx.command('foo')
foo
help 中只显示 .foo
.foo
No response
"@koishijs/plugin-commands": "^3.1.2", "@koishijs/plugin-help": "^2.2.2", "koishi": "^4.12.2",
The text was updated successfully, but these errors were encountered:
9006711
No branches or pull requests
Describe the bug
help 显示的插件描述不正常
Steps to reproduce
然后调用 help,显示
.foo should not be here
有
ctx.command('foo')
定义时,help 中foo
正常,不显示描述Expected behavior
help 中只显示
.foo
Screenshots
No response
Versions
"@koishijs/plugin-commands": "^3.1.2",
"@koishijs/plugin-help": "^2.2.2",
"koishi": "^4.12.2",
Additional context
No response
The text was updated successfully, but these errors were encountered: