Skip to content

Commit 785071d

Browse files
v64
1 parent ab5aac4 commit 785071d

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

README.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,52 @@ pip install pydantic-argparse-next
1010

1111
### Supports:
1212

13-
- [x] Positional arguments
14-
15-
- [x] Required positional arguments
16-
17-
- [x] Optional positional arguments
18-
19-
- [x] Keyword arguments
20-
21-
- [x] Required keyword arguments
22-
23-
- [x] Optional keyword arguments
24-
25-
- [x] Subcommands
26-
27-
- [x] Required subcommands
28-
29-
- [x] Optional subcommands
30-
31-
- [x] Subcommands within subcommands
32-
33-
- [x] Actions
34-
35-
- [x] Choice (And simple text and Enum object)
36-
37-
- [x] Store True
38-
39-
- [x] Store False
40-
41-
- [x] Variadic arguments
42-
43-
- [ ] Extra
44-
45-
- [ ] Easy saving config to file
46-
47-
- [ ] Easy load config from file
13+
Positional arguments
14+
15+
        ✅ Required positional arguments
16+
17+
        ✅ Optional positional arguments
18+
19+
Keyword arguments
20+
21+
        ✅ Required keyword arguments
22+
23+
        ✅ Optional keyword arguments
24+
25+
Subcommands
26+
27+
        ✅ Required subcommands
28+
29+
        ✅ Optional subcommands
30+
31+
        ✅ Subcommands within subcommands
32+
33+
Actions
34+
35+
        ✅ Choice (And simple text and Enum object)
36+
37+
        ✅ Store True
38+
39+
        ✅ Store False
40+
41+
        ✅ Variadic arguments
42+
43+
Extra
44+
45+
        ⬜ Easy saving config to file
46+
47+
        ⬜ Easy load config from file
4848

4949
### Docs and examples:
5050

51-
1. [Base usage](./docs/BaseUsage.md)
51+
1. [Base usage](https://github.com/overgodofchaos/pydantic-argparse-next/blob/main/docs/BaseUsage.md)
5252

5353
2. Actions
5454

55-
1. [Choice](./docs/Choice.md)
55+
1. [Choice](https://github.com/overgodofchaos/pydantic-argparse-next/blob/main/docs/Choice.md)
5656

57-
2. [Store True and Store False](./docs/StoreTrueFalse.md)
57+
2. [Store True and Store False](https://github.com/overgodofchaos/pydantic-argparse-next/blob/main/docs/StoreTrueFalse.md)
5858

59-
3. [Subcommands](./docs/Subcommans.md)
59+
3. [Subcommands](https://github.com/overgodofchaos/pydantic-argparse-next/blob/main/docs/Subcommands.md)
6060

61-
4. [Variadic](./docs/Variadic.md)
61+
4. [Variadic](https://github.com/overgodofchaos/pydantic-argparse-next/blob/main/docs/Variadic.md)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "pydantic-argparse-next"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "Pydantic 2 argparse."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)