Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #12 -- Remove exec name from pargparse
We should not pass sys.argv[0] to argparse, since it's the executables filename. It will be deteced as the files attribute, which it should not be.
- Loading branch information