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

Add support for help all command #102

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Add support for help all command #102

merged 1 commit into from
Sep 16, 2024

Conversation

oddcoder
Copy link
Member

Signed-off-by: Ahmed <>

@oddcoder
Copy link
Member Author

help is printed twice once for long and once for short version, because we have no accounting of the commands we are printing.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 56.25000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 91.73%. Comparing base (7ccb63c) to head (64c0e73).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
core/src/core.rs 0.00% 5 Missing ⚠️
cmd/src/parser.rs 0.00% 1 Missing ⚠️
eval/src/lib.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
- Coverage   91.91%   91.73%   -0.18%     
==========================================
  Files          59       59              
  Lines        3252     3268      +16     
==========================================
+ Hits         2989     2998       +9     
- Misses        263      270       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Ahmed <>
@oddcoder oddcoder merged commit 4b4bfb5 into main Sep 16, 2024
7 of 9 checks passed
@oddcoder oddcoder deleted the help branch September 16, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant