Skip to content

Commit

Permalink
馃摑 Update docs for using Click for consistency with Click 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 30, 2021
1 parent 9bfe111 commit 1e2adb5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/tutorial/using-click.md
Expand Up @@ -99,17 +99,7 @@ $ python main.py
// Notice we have both subcommands, top and hello
Usage: main.py [OPTIONS] COMMAND [ARGS]...

Typer app, including Click subapp

Options:
--install-completion Install completion for the current shell.
--show-completion Show completion for the current shell, to copy it or customize the installation.

--help Show this message and exit.

Commands:
hello Simple program that greets NAME for a total of COUNT times.
top Top level command, form Typer
Error: Missing command.

// Call the Typer part
$ python main.py top
Expand Down

1 comment on commit 1e2adb5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.