-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix option parsing, add missing help (#45)
In light of the discussion in #44, option parsing needs to be more strict. We shouldn't allow an orphaned config at the end of a line that looks like an option to another argument. This commit ensures that the config is either passed FIRST, or via the -c/--config option. It also does full argument validation before calling showStatus or showHelp.
- Loading branch information
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters