You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it is possible to organize the commands into groups then this is better:
Analysis Commands:
logon-summary Print a summary of successful and failed logons
metrics Print event ID metrics
pivot-keywords-list Create a list of pivot keywords
search Search by keyword
DFIR Timeline Commands:
csv-timeline Save the timeline in CSV format
json-timeline Save the timeline in JSON/JSONL format
level-tuning Tune alert levels (default: ./rules/config/level_tuning.txt)
list-profiles List the output profiles
set-default-profile Set default output profile
update-rules Update to the latest rules in the hayabusa-rules github repository
General Commands:
help Print this message or the help of the given subcommand(s)
list-contributors Print the list of contributors
The command grouping was also created in clap but still did not work (I set subcommand_help_heading in clap v4 but it did not change).
If it is possible to organize the commands into groups then this is better:
The command grouping was also created in clap but still did not work (I set subcommand_help_heading in clap v4 but it did not change).
refs: clap-rs/clap#1553
Originally posted by @hitenkoku in #991 (comment)
The text was updated successfully, but these errors were encountered: