Skip to content

Commit

Permalink
comment option
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Jul 29, 2024
1 parent 0e1140e commit 17b9278
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cg/constants/cli_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@
is_flag=True,
help="Override any warnings or confirmation prompts",
)

COMMENT = click.option(
"--comment",
type=str,
required=False,
help="A comment providing an explanation for the forced action",
)

0 comments on commit 17b9278

Please sign in to comment.