sys-bio/SBviper

runner should use argparse

joseph-hellerstein opened this issue · 1 comments

argparse is the standard way to create user interactions with command line tools, including a help capability. transition the runner to argparse.

implemented