We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b35fd commit 4676a51Copy full SHA for 4676a51
osxphotos/cli/export.py
@@ -693,7 +693,8 @@
693
)
694
@click.option(
695
"--post-command-error",
696
- help="Specify either `continue` or `break` to control behavior when a post-command fails. "
+ metavar="ACTION",
697
+ help="Specify either `continue` or `break` for ACTION to control behavior when a post-command fails. "
698
"If `continue`, osxphotos will log the error and continue processing. "
699
"If `break`, osxphotos will stop processing any additional --post-command commands for the current photo "
700
"but will continue with the export. "
0 commit comments