File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -657,9 +657,9 @@ Order Commands in Help Text
657
657
this by
658
658
`using a custom click group <https://click.palletsprojects.com/en/latest/commands/#custom-groups >`_.
659
659
660
- For example, to change the order of commands to be in reverse alphabetical order you could define
661
- a custom group and override the ``list_commands `` method. Custom group and command classes may be
662
- provided like below, but they must extend from django-typer's classes:
660
+ For example, to change the order of commands to be in alphabetical order you could define a custom
661
+ group and override the ``list_commands `` method. Custom group and command classes may be provided
662
+ like below, but they must extend from django-typer's classes:
663
663
664
664
* For groups: :class: `~django_typer.management.DTGroup `
665
665
* For commands: :class: `~django_typer.management.DTCommand `
You can’t perform that action at this time.
0 commit comments