Modifications to arguments
- Arguments now use NoArgument instead of None to identify unset flags - Arguments can now be optional and an activation flag using nargs="?" and const=Flag
This commit is contained in:
parent
987eddbf00
commit
dd46dbc7b7
4 changed files with 21 additions and 24 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "examples"]
|
||||
path = examples
|
||||
url = ./examples
|
Loading…
Add table
Add a link
Reference in a new issue