Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix commands with arguments that start with "-"
Parameters that start with "-" are interpreted as a new argument. argparse.REMAINDER forces it to interpret all everything left in the command as a list of strings instead of new arguments. Fixes issue #177
- Loading branch information