trailofbits/blight

Use argparse for modeling

woodruffw opened this issue · 1 comments

Modeling each tool's CLI ad-hoc is showing its weaknesses, particularly as we move towards CLIs that have lots of complex positional behavior (like install and ar).

#43406 demonstrates this for install, and adds the right interfaces for other tools to use argparse.