rair-project / rair

RAIR: RAdare In Rust
GNU Lesser General Public License v3.0
71 stars 12 forks source link

Add support for help all command #102

Closed oddcoder closed 1 month ago

oddcoder commented 1 month ago

Signed-off-by: Ahmed <>

oddcoder commented 1 month ago

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

codecov[bot] commented 1 month ago

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 :warning:
cmd/src/parser.rs 0.00% 1 Missing :warning:
eval/src/lib.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.