Open
Description
We need to revisit the cmd arguments in the CLI and Docker run script:
- make sure the arguments are only required for the relevant sub-commands
- add description for each sub-command
- don't use same flag in two sub-commands, e.g.,
-d
used for bothanalyze
andverify-policy
for hash digest and database file, respectively.