diff --git a/cg/constants/cli_options.py b/cg/constants/cli_options.py index b676c94877..d6976797fe 100644 --- a/cg/constants/cli_options.py +++ b/cg/constants/cli_options.py @@ -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", +)