Skip to content

Commit eb50693

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
commands: tweak --skip-if help string
Include the ability to skip if a file is missing with a `!` char (tersely) in the help string of the `--skip-if` option. Signed-off-by: John Mulligan <[email protected]>
1 parent 3a49ce2 commit eb50693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sambacc/commands/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def global_args(parser: Parser) -> None:
106106
type=skips.parse,
107107
help=(
108108
"Skip execution based on a condition. Conditions include"
109-
" 'file:<path>', 'env:<var>(==|!=)<value>', and 'always:'."
109+
" 'file:[!]<path>', 'env:<var>(==|!=)<value>', and 'always:'."
110110
" (Pass `?` for more details)"
111111
),
112112
)

0 commit comments

Comments
 (0)