-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pr52 add more document + introduce output for -G
-G mode now support both mangling `-` and `--` respectively: ``` ARGS__=true ARGS___=true ```
- Loading branch information
Sylvain Viart
committed
Sep 14, 2021
1 parent
6ca39df
commit 8e8c077
Showing
6 changed files
with
70 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
# Change history | ||
|
||
This file didn't exist before v0.6.4-with-no-mangle-double-dash | ||
See deployment.yml | ||
|
||
## v0.6.4-with-no-mangle-double-dash | ||
|
||
* `language_agnostic_tester.py` write for python3 | ||
* sort argument key in `Print_bash_args()` `Print_bash_global()` | ||
* sort input keys in `docopts_test.go` | ||
* add PR52 test to `testcases.docopt` | ||
* complete developper's documentation | ||
* #52 ignore `[--]` double-dash option in `Print_bash_global()` | ||
* let reformat Go code with gofmt indent change Space ==> Tab |
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
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
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