Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
324 stars 57 forks source link

Argparse argument-handling for main.py #47

Closed scrdest closed 3 years ago

scrdest commented 3 years ago

Updates the default CLI argument handling from Optparse to Argparse.

Also adds an optional argument to inject the CLI args as a list of strings to facilitate testing/programmatic usage.

Technologicat commented 3 years ago

Thanks for resolving a long-standing TODO item. Merged!