From 1e2adb596e74b528edb5bee1593211ac85e8f9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 30 Aug 2021 09:35:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20docs=20for=20using=20Cl?= =?UTF-8?q?ick=20for=20consistency=20with=20Click=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/using-click.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/tutorial/using-click.md b/docs/tutorial/using-click.md index eb9c9e131..36a25d4c4 100644 --- a/docs/tutorial/using-click.md +++ b/docs/tutorial/using-click.md @@ -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