File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ $ pip install arcparse
44
44
```
45
45
46
46
## Features
47
- - Positional, Option and Flag arguments
48
- - Multiple values per argument
47
+ - Positional, Option and [ Flag] ( ./examples/flag.py ) arguments
49
48
- Name overriding
50
- - Type conversions
51
- - Mutually exclusive groups
52
- - Subparsers
53
- - Parser inheritance (with overriding)
54
- - Presence validation
49
+ - [ Multiple values per argument] ( ./examples/multiple.py )
50
+ - [ Type conversions] ( ./examples/conversion.py )
51
+ - [ Mutually exclusive groups] ( ./examples/mutual_exclusion.py )
52
+ - [ Subparsers] ( ./examples/subparsers.py )
53
+ - [ Parser inheritance] ( ./examples/inheritance.py ) (with [ overriding] ( ./examples/override.py ) )
54
+ - [ Presence validation] ( ./examples/presence_validation.py )
55
55
56
56
## Credits
57
57
This project was inspired by [ swansonk14/typed-argument-parser] ( https://github.com/swansonk14/typed-argument-parser ) .
You can’t perform that action at this time.
0 commit comments