issues
search
DanCardin
/
cappa
Declarative CLI argument parser
Apache License 2.0
135
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: Add DefaultFormatter as optional input to `show_default`.
#188
DanCardin
closed
6 days ago
1
fix: Required positional arguments in native parser.
#187
DanCardin
closed
1 week ago
1
num_args=-1 in combination with `required=True`
#186
DanCardin
closed
1 week ago
0
feature: `default_format` parameter on `Arg`
#184
pawamoy
closed
6 days ago
6
fix: Skip non-init fields in dataclasses.
#183
pawamoy
closed
1 week ago
3
arguments starting with `--`
#182
wresch
closed
1 week ago
2
bug: Cappa tries to pass dataclass classvar as keyword argument
#181
pawamoy
closed
1 week ago
5
feat: Expand default functionality to enable fallback lookups.
#180
DanCardin
closed
1 week ago
11
fix: Perform choices validation after parse/mapping time.
#179
DanCardin
closed
2 weeks ago
1
fix: Incorrect handling of methods in Arg.parse.
#178
DanCardin
closed
3 weeks ago
1
bug: Dep injection error when using bound method for parsing
#176
pawamoy
closed
3 weeks ago
1
Dc/non variadic tuple fixes
#175
DanCardin
closed
3 weeks ago
1
fix: invoke(help_formatter=...) not applying to explicitly decorated commands.
#174
DanCardin
closed
3 weeks ago
1
ux: Default value custom format with `cappa.invoke`
#173
pawamoy
closed
3 weeks ago
4
feat: Add Group.section to enable ordering of groups separately from the items within them.
#172
DanCardin
closed
3 weeks ago
2
docs: Ensure documentation of Group object.
#171
DanCardin
closed
3 weeks ago
1
Evaluate `choices` compliance after mapping, rather than in the parser
#170
DanCardin
closed
2 weeks ago
0
feat: Implement propagated arguments.
#169
DanCardin
closed
3 weeks ago
16
functional subcommands
#168
DanCardin
opened
4 weeks ago
0
Change default help/completion/subcommand groups to be in their own "space"
#167
DanCardin
closed
3 weeks ago
0
Ensure `Group` is documented and ensure cross reference
#166
DanCardin
closed
3 weeks ago
0
Annotated flattening
#165
DanCardin
closed
2 weeks ago
1
docs: Document index of "Subcommands" group
#163
pawamoy
closed
3 weeks ago
3
docs: Add more comparison docs.
#160
DanCardin
closed
1 month ago
1
Dc/arg show default
#158
DanCardin
closed
1 month ago
1
Update README.md
#157
DanCardin
closed
1 month ago
1
feat: Add new mechanism for defining subcommands as methods.
#156
DanCardin
closed
1 month ago
2
refactor: Return Resolved instance from fulfill_deps.
#155
DanCardin
closed
1 month ago
1
Update Makefile
#154
DanCardin
closed
1 month ago
1
fix: Achieve 100% coverage again.
#153
DanCardin
closed
2 months ago
1
fix: Codecov.
#152
DanCardin
closed
2 months ago
1
fix: Avoid storing has_value=False values in the parser.
#151
DanCardin
closed
2 months ago
0
feat: Introduce `Arg.destructure()` and `Arg.has_value`.
#150
DanCardin
closed
2 months ago
0
chore: Pull value-consumingness into ArgAction method.
#149
DanCardin
closed
2 months ago
0
refactor: Pull handling of --no-* bool arguments out of the parser.
#148
DanCardin
closed
2 months ago
0
Handling of boolean options starting with "--no-" is confusing
#147
thomascellerier
closed
2 months ago
3
Fix typo in ArgAction documentation
#146
thomascellerier
closed
2 months ago
0
Expand examples and docs relating to examples.
#145
DanCardin
closed
3 months ago
0
refactor: Adopt uv.
#143
DanCardin
closed
3 months ago
0
chore: Upgrade ruff.
#142
DanCardin
closed
3 months ago
0
feat: Support native inference parser for dataclass-like annotations.
#141
DanCardin
closed
1 month ago
1
fix: Refactor parser combinators into dedicated module, and document the behavior more thoroughly.
#140
DanCardin
closed
3 months ago
0
Update comparison.md
#139
akgerber
closed
3 months ago
0
fix: Avoid applying annotated type parsing to default value.
#138
DanCardin
closed
3 months ago
0
Fix for non-functional subcommands example in docs
#136
blakeNaccarato
closed
3 months ago
0
Fix for non-functional subcommands example in docs
#135
blakeNaccarato
closed
3 months ago
2
chore: Test python 3.13.
#134
DanCardin
closed
4 months ago
0
fix: Ensure `Arg.choices` is inferred when `T | None` where `T` would have inferred `choices` is encountered.
#133
DanCardin
closed
4 months ago
0
fix: Route arg help formatting through markdown processing.
#132
DanCardin
closed
5 months ago
1
feat: Render option descriptions with Rich too
#131
pawamoy
closed
5 months ago
0
Next