-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lines starting with `--` are considered options in docopt, and `--flatten` was present at the start of a description line as well as listed in the options sectioon; this caused docopt to record --flatten twice, giving the cryptic message: `--flatten is not a unique prefix: --flatten, --flatten?` sigh. docopt does have some serious downsides.
- Loading branch information
1 parent
5cac950
commit f1a8b05
Showing
2 changed files
with
8 additions
and
4 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