-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
cliCommand-line interface functionsCommand-line interface functionsgood first issueGood for newcomersGood for newcomersreportingReporting, analysis, and other per-run result functionsReporting, analysis, and other per-run result functions
Description
The CLI scripts in garak.analyze don't have consistent patterns for usage. They should be aligned so that:
- they all use
argparseortyperto get parameters - they all have a help / description section showing e.g. garak version (check out
garak.clifor a pattern) - command line parameter names are consistent across all the scripts
- each command line parameter has a short and long name (e.g.
-oand--output) - they don't execute when imported, just when invoked directly - see
garak.analyze.report_digestfor an example
The cli-accessible scripts in this package are:
aggregate_reportsanalyze_logcount_tokensget_treemispperf_statsqual_reviewreport_avid
-- addresses one part of #356
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliCommand-line interface functionsCommand-line interface functionsgood first issueGood for newcomersGood for newcomersreportingReporting, analysis, and other per-run result functionsReporting, analysis, and other per-run result functions