Actions
Bug #13636
closedunable to remove 'version' parameter from command
Description
In the content view version command, there is a '--version' parameter that is unable to be removed via 'without':
Usage: hammer content-view version export [OPTIONS] Options: --export-to-iso EXPORT_TO_ISO Export to ISO format One of true/false, yes/no, 1/0. --id ID Content view version identifier --iso-mb-size ISO_MB_SIZE maximum size of each ISO in MB One of true/false, yes/no, 1/0. --since SINCE Optional date of last export (ex: 2010-01-01T12:00:00Z) --version VERSION Content view version number -h, --help print help
Ideally, we would be able to strip the 'version' argument out via build_options.
Actions