django-commons/django-typer
Use Typer (type hints) to define the interface for your Django management commands.
PythonMIT
Pinned issues
Issues
- 2
Add translations for error messages and helps.
#18 opened by bckohan - 0
- 0
Add completer/parser for GenericIPAddressField
#12 opened by bckohan - 0
Better test organization.
#34 opened by bckohan - 1
@group type hint does not carry over the parameter spec of the wrapped function
#38 opened by bckohan - 0
Should rich tracebacks be installed automatically if rich is installed and django_typer is in INSTALLED_APPS?
#22 opened by bckohan - 0
Add completer/parser for FileField
#17 opened by bckohan - 0
Add completer/parser for TimeField
#13 opened by bckohan - 0
Add completer/parser for DateField
#14 opened by bckohan - 0
Add completer/parser for DateTimeField
#15 opened by bckohan - 0
Add completer/parser for DurationField
#16 opened by bckohan - 1
- 0
Support typer 0.12.0
#46 opened by bckohan - 0
Support typer 0.10 and 0.11
#45 opened by bckohan - 0
Helps throw an exception when invoked from an absolute path that is not relative to the getcwd()
#44 opened by bckohan - 7
- 0
prompt options on groups still prompt when given as named parameters on call_command
#43 opened by bckohan - 1
Options with prompt=True are prompted twice
#42 opened by bckohan - 0
- 0
- 3
- 0
- 0
Allow handle() to be an initializer.
#24 opened by bckohan - 0
- 0
Run type checking with django-stubs installed.
#30 opened by bckohan - 0
Add py.typed stub
#31 opened by bckohan - 0
typer installs its own system exception hook when commands are run and this may step on the installed rich hook
#35 opened by bckohan - 0
When usage errors are thrown the help output should be that of the subcommand invoked not the parent group.
#36 opened by bckohan - 0
- 4
- 0
shell_completion broken for click < 8.1
#21 opened by bckohan - 1