swiggumj/SchedScrape

argparse should print usage if errors are encountered

Closed this issue · 1 comments

Should fix so that help is displayed if argparse encounters errors.

Now defaults to print usage if no args are given. Prints short usage when exceptions are encountered. Seems fine for now.