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