You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2022. It is now read-only.
Currently scripts just use sys.argv[1] and break if there is no command line argument. Instead the scripts should use argparse to handle command line arguments and show usage and error messages.
The text was updated successfully, but these errors were encountered:
Currently scripts just use
sys.argv[1]
and break if there is no command line argument. Instead the scripts should useargparse
to handle command line arguments and show usage and error messages.The text was updated successfully, but these errors were encountered: