-
Notifications
You must be signed in to change notification settings - Fork 203
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
added back -h, --help
option to General Options
#1266
added back -h, --help
option to General Options
#1266
Conversation
…s://github.com/Yamato-Security/hayabusa into 1255-add-back-h-help-option-to-general-options
Evidence
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1266 +/- ##
==========================================
+ Coverage 82.18% 82.22% +0.04%
==========================================
Files 27 27
Lines 24269 24330 +61
==========================================
+ Hits 19945 20006 +61
Misses 4324 4324 ☔ View full report in Codecov by Sentry. |
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.
I confirmed Integration-Test!
It looks like the update-rules command is failing. Could you please confirm?
https://github.com/Yamato-Security/hayabusa/actions/runs/7767289224/job/21183971409
…s://github.com/Yamato-Security/hayabusa into 1255-add-back-h-help-option-to-general-options
@fukusuket Thanks for your revies. |
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 for quick fix :) I confirmed following commands! LGTM!!🚀
https://github.com/Yamato-Security/hayabusa/actions/runs/7774221587/job/21198783616
./hayabusa computer-metrics -h
./hayabusa csv-timeline -h
./hayabusa eid-metrics -h
./hayabusa json-timeline -h
./hayabusa level-tuning -h
./hayabusa list-contributors -h
./hayabusa list-profiles -h
./hayabusa logon-summary -h
./hayabusa pivot-keywords-list -h
./hayabusa search -h
./hayabusa set-default-profile -h
./hayabusa update-rules -h
@hitenkoku Thanks so much!
|
@YamatoSecurity Thanks for your commet. Colud you recheck it? |
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.
@hitenkoku LGTM! Thanks so much!
What Changed
-h, --help
option to General Options.I would appreciate it if you could review when you have time.