Skip to content

Commit

Permalink
Fix spelling of --no-input option
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Sep 29, 2024
1 parent 5b6898c commit fed5470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cookieplone/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def cli(
no_input: Annotated[
bool,
typer.Option(
"--no_input",
"--no-input",
help=(
"Do not prompt for parameters and only use cookiecutter.json "
"file content. Defaults to deleting any cached resources and "
Expand Down
1 change: 1 addition & 0 deletions news/41.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rename the `--no_input` option to `--no-input` for consistency with other options. @davisagli

0 comments on commit fed5470

Please sign in to comment.