@@ -10,52 +10,52 @@ pip install pydantic-argparse-next
10
10
11
11
### Supports:
12
12
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
48
48
49
49
### Docs and examples:
50
50
51
- 1 . [ Base usage] ( . /docs/BaseUsage.md)
51
+ 1 . [ Base usage] ( https://github.com/overgodofchaos/pydantic-argparse-next/blob/main /docs/BaseUsage.md)
52
52
53
53
2 . Actions
54
54
55
- 1 . [ Choice] ( . /docs/Choice.md)
55
+ 1 . [ Choice] ( https://github.com/overgodofchaos/pydantic-argparse-next/blob/main /docs/Choice.md)
56
56
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)
58
58
59
- 3 . [ Subcommands] ( ./ docs/Subcommans .md)
59
+ 3 . [ Subcommands] ( https://github.com/overgodofchaos/pydantic-argparse-next/blob/main/ docs/Subcommands .md)
60
60
61
- 4 . [ Variadic] ( . /docs/Variadic.md)
61
+ 4 . [ Variadic] ( https://github.com/overgodofchaos/pydantic-argparse-next/blob/main /docs/Variadic.md)
0 commit comments