diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index 2985f32..9bef9ab 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -8,18 +8,6 @@ Using the :class:`~django_typer.TyperCommand` class is very similar to using the class. The main difference is that we use Typer_'s decorators, classes and type annotations to define the command's command line interface instead of argparse_ as BaseCommand_ expects. - * Define your command CLI interface in a clear, DRY and safe way using type hints - * Create subcommand and group command hierarchies. - * Use the full power of Typer's parameter types to validate and parse command line inputs. - * Create beautiful and information dense help outputs. - * Configure the rendering of exception stack traces using rich. - * :ref:`Install shell tab-completion support ` for TyperCommands and normal - Django_ commands for bash_, zsh_, fish_ and powershell_. - * :ref:`Create custom and portable shell tab-completions for your CLI parameters. - ` - * Refactor existing management commands into TyperCommands because TyperCommand is interface - compatible with BaseCommand. - Upstream Libraries ------------------ @@ -437,4 +425,4 @@ closepoll command looks like: .. only:: latex .. image:: /_static/img/closepoll_example.png - :align: center \ No newline at end of file + :align: center