File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,6 @@ Using the :class:`~django_typer.TyperCommand` class is very similar to using the
88class. The main difference is that we use Typer _'s decorators, classes and type annotations
99to define the command's command line interface instead of argparse _ as BaseCommand _ expects.
1010
11- * Define your command CLI interface in a clear, DRY and safe way using type hints
12- * Create subcommand and group command hierarchies.
13- * Use the full power of Typer's parameter types to validate and parse command line inputs.
14- * Create beautiful and information dense help outputs.
15- * Configure the rendering of exception stack traces using rich.
16- * :ref: `Install shell tab-completion support <shellcompletions >` for TyperCommands and normal
17- Django _ commands for bash _, zsh _, fish _ and powershell _.
18- * :ref: `Create custom and portable shell tab-completions for your CLI parameters.
19- <define-shellcompletions>`
20- * Refactor existing management commands into TyperCommands because TyperCommand is interface
21- compatible with BaseCommand.
22-
2311Upstream Libraries
2412------------------
2513
@@ -437,4 +425,4 @@ closepoll command looks like:
437425.. only :: latex
438426
439427 .. image :: /_static/img/closepoll_example.png
440- :align: center
428+ :align: center
You can’t perform that action at this time.
0 commit comments