Skip to content

Commit ce0d792

Browse files
committed
Include links in README features
1 parent cea9b1e commit ce0d792

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ $ pip install arcparse
4444
```
4545

4646
## Features
47-
- Positional, Option and Flag arguments
48-
- Multiple values per argument
47+
- Positional, Option and [Flag](./examples/flag.py) arguments
4948
- 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)
5555

5656
## Credits
5757
This project was inspired by [swansonk14/typed-argument-parser](https://github.com/swansonk14/typed-argument-parser).

0 commit comments

Comments
 (0)