-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
feat: Output similar commands or script command when the input command is not correct #3274
Conversation
…d is not correct Signed-off-by: Manjusaka <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Manjusaka <[email protected]>
Signed-off-by: Manjusaka <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Manjusaka <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much, it is a good start point and we can investigate how to implement the same for subcommands.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3274 +/- ##
==========================================
+ Coverage 85.29% 85.31% +0.02%
==========================================
Files 112 112
Lines 11375 11399 +24
Branches 2479 2487 +8
==========================================
+ Hits 9702 9725 +23
Misses 1145 1145
- Partials 528 529 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Manjusaka <[email protected]>
for more information, see https://pre-commit.ci
I have fixed the code base on the review idea. Here's new screenshot @frostming PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The UI looks great
Signed-off-by: Manjusaka <[email protected]>
Signed-off-by: Manjusaka [email protected]
Pull Request Checklist
news/
describing what is new.Describe what you have changed in this PR.
Support #3270