NSX-Threat-Analysis-Unit / CVEX

CVEX is a framework for the reproducible exploitation of CVE vulnerabilities
0 stars 0 forks source link

Fix subcommands in CLI #14

Open TheNewJavaman opened 2 months ago

TheNewJavaman commented 2 months ago

We currently use flags for subcommands, instead of argparse's subparsers feature. This will significantly simplify CLI logic.

Example: https://github.com/ucsb-seclab/chainreactor/blob/559b312991844418b059821bf00dfa7780432fd8/bfg9000.py#L535