issues
search
typed-argparse
/
typed-argparse
💡 write type-safe and elegant CLIs with a clear separation of concerns.
https://typed-argparse.github.io/typed-argparse/
MIT License
28
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for tuples as nargs defaults
#75
bluenote10
opened
2 weeks ago
0
Support for plain default values
#74
bluenote10
opened
2 weeks ago
0
determine type using just `type`, when `default` is string
#73
Esgariot
opened
1 month ago
0
Add support for NamedTuple
#72
North101
opened
8 months ago
0
Request: Support Actions
#71
North101
opened
9 months ago
3
The method Parser.parse_args() has too strict signature
#70
vbrozik
opened
11 months ago
2
Improve constructor type safety / semantics
#69
bluenote10
closed
1 year ago
1
add support for setting metavar
#68
MikkelSchubert
closed
1 year ago
4
fix singular optional positional arguments
#67
MikkelSchubert
closed
1 year ago
1
Fix typos
#66
kianmeng
closed
1 year ago
3
move formatting of defaults to FormatterClass
#65
MikkelSchubert
opened
1 year ago
5
first draft to support return types
#64
bluenote10
opened
1 year ago
1
Move parser creation into constructor & add sub parser collision detection
#63
bluenote10
closed
1 year ago
1
Fix support of sub parser aliases
#62
bluenote10
closed
1 year ago
1
Issue: Aliases argument not working
#61
yourlogarithm
closed
1 year ago
1
Update README.md
#60
bluenote10
closed
1 year ago
0
set version to 0.3.0
#59
bluenote10
closed
1 year ago
0
Feature request: Allow bindings to return values
#58
MikkelSchubert
opened
1 year ago
6
drop Python 3.6 and 3.7 work-arounds
#57
bluenote10
closed
1 year ago
0
fix constructor type safety
#56
bluenote10
closed
1 year ago
1
Detecting conflicts between common args and sub command args
#55
bluenote10
opened
1 year ago
2
Time to drop Python 3.6 and 3.7 support?
#54
bluenote10
closed
1 year ago
1
PoC: allow the user to customize how to generate flags.
#53
mikolajz
opened
1 year ago
1
Allow mixing in legacy code accessing argparse.Namespace.
#52
mikolajz
opened
1 year ago
3
Feature request: use docstring as help string
#51
pdc1
closed
1 year ago
4
Feature Request: init-only arguments
#50
HeinrichAD
closed
1 year ago
6
add name of author
#49
shmuel44
closed
1 year ago
3
fix regression introduced by new typing_extension version
#48
bluenote10
closed
1 year ago
1
check example outputs in ci
#47
bluenote10
closed
1 year ago
0
Added support for passing formatter_class to parser
#46
bluenote10
closed
1 year ago
0
Enable CI for Python 3.10 + 3.11
#45
bluenote10
closed
1 year ago
0
Default sub command
#44
Roang-zero1
closed
1 year ago
2
Pass in formatter_class to argparse.ArgumentParser via tap.Parser
#43
OlegAlexander
closed
1 year ago
1
Questions: are some things already possible
#42
mikolajz
opened
1 year ago
7
pin black
#41
bluenote10
closed
1 year ago
0
added example for multiple positional arguments
#40
bluenote10
closed
1 year ago
0
Documentation: Non optional positional list
#39
Roang-zero1
closed
1 year ago
1
Feature - Inverted bool flags/switches
#38
ptous
closed
1 year ago
2
add documentation for enums and shared options
#37
kopp
closed
1 year ago
2
Enum handling in high level API
#36
kopp
closed
1 year ago
3
fix issue related to __future__ annotations
#35
bluenote10
closed
1 year ago
1
support forwarding help texts to subparsers
#34
bluenote10
closed
1 year ago
1
description in `SubParser`s
#33
kopp
closed
1 year ago
1
Feature request: high-level APIs
#32
pdc1
opened
1 year ago
6
common arguments shared between sub-commands
#31
kopp
closed
1 year ago
5
fix link to argcomplete
#30
kopp
closed
1 year ago
0
fix link to getting started
#29
kopp
closed
1 year ago
1
improve handling of optional list arguments
#28
bluenote10
closed
1 year ago
1
Feature Request: Handling Groups of Required Arguments?
#27
AlJohri
opened
1 year ago
4
Argument of Type Optional[List[str]] doesn't work
#26
AlJohri
closed
1 year ago
3
Next