DeployOutputOption constructor

const DeployOutputOption({
  1. 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,
    );