DeployShowFilesOption constructor

const DeployShowFilesOption({
  1. OptionGroup? group,
})

Implementation

const DeployShowFilesOption({super.group})
  : super(
      argName: 'show-files',
      helpText: 'Display the file tree that will be uploaded.',
      defaultsTo: false,
      negatable: false,
    );