Skip to content

Commit

Permalink
Merge pull request #208 from ewels/fix-example-04
Browse files Browse the repository at this point in the history
Fix example 04
  • Loading branch information
ewels authored Nov 10, 2024
2 parents 6f12a7a + 9bed0a9 commit b02be6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04_rich_markup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@click.option(
"--input",
type=click.Path(),
help="Input [magenta bold]file[/]. [dim]\[default: a custom default][/]",
help="Input [magenta bold]file[/]. [dim][default: a custom default][/]",
)
@click.option(
"--type",
Expand Down

0 comments on commit b02be6d

Please sign in to comment.