DeployOutputOption constructor
const
DeployOutputOption({
- OptionGroup? group,
Implementation
const DeployOutputOption({super.group})
: super(
argName: 'output',
argAbbrev: 'o',
helpText:
'Save the deployment zip file to the specified path. Must end with .zip',
customValidator: _zipExtValidator,
);