Skip to content

Commit a8d5dbc

Browse files
committed
fix tutorial.rst
1 parent a9acf3f commit a8d5dbc

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

doc/source/tutorial.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@ Using the :class:`~django_typer.TyperCommand` class is very similar to using the
88
class. The main difference is that we use Typer_'s decorators, classes and type annotations
99
to 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-
2311
Upstream 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

0 commit comments

Comments
 (0)