Skip to content

Commit

Permalink
馃帹 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent 91e5529 commit 9ecde3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/commands/index.md
Expand Up @@ -213,7 +213,7 @@ Notice that the help text now shows the 2 commands: `create` and `delete`.

## Show the help message if no command is given

By default, we need to specify `--help` to get the command's help page.
By default, we need to specify `--help` to get the command's help page.

However, by setting `no_args_is_help=True` when defining the `typer.Typer()` application, the help function will be shown whenever no argument is given:

Expand Down

0 comments on commit 9ecde3d

Please sign in to comment.