runner should use argparse
joseph-hellerstein opened this issue · 1 comments
joseph-hellerstein commented
argparse is the standard way to create user interactions with command line tools, including a help capability. transition the runner to argparse.
mastevb commented
implemented