Skip to content

Commit e8caa61

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 4163446 commit e8caa61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ And that will:
216216
* Execute the `app()` itself, as if it was a function (instead of `typer.run`).
217217

218218

219-
>**Note on Single vs Multi-command mode**:
220-
> If your app only has one command, Typer will automatically enter "single-command mode", meaning the command name is **omitted** in usage (`python main.py Camila`).
221-
> However, once you define multiple commands, you must **explicitly include the command name** (`python main.py hello Camila`).
219+
>**Note on Single vs Multi-command mode**:
220+
> If your app only has one command, Typer will automatically enter "single-command mode", meaning the command name is **omitted** in usage (`python main.py Camila`).
221+
> However, once you define multiple commands, you must **explicitly include the command name** (`python main.py hello Camila`).
222222
> This behavior can be surprising — see [One or Multiple Commands](https://typer.tiangolo.com/tutorial/commands/one-or-multiple/) for more details.
223223
224224
### Run the upgraded example

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ And that will:
222222
* Execute the `app()` itself, as if it was a function (instead of `typer.run`).
223223

224224

225-
>**Note on Single vs Multi-command mode**:
226-
> If your app only has one command, Typer will automatically enter "single-command mode", meaning the command name is **omitted** in usage (`python main.py Camila`).
227-
> However, once you define multiple commands, you must **explicitly include the command name** (`python main.py hello Camila`).
225+
>**Note on Single vs Multi-command mode**:
226+
> If your app only has one command, Typer will automatically enter "single-command mode", meaning the command name is **omitted** in usage (`python main.py Camila`).
227+
> However, once you define multiple commands, you must **explicitly include the command name** (`python main.py hello Camila`).
228228
> This behavior can be surprising — see [One or Multiple Commands](https://typer.tiangolo.com/tutorial/commands/one-or-multiple/) for more details.
229229
230230
### Run the upgraded example

0 commit comments

Comments
 (0)