output property

  1. @CliOption(abbr: 'o', help: 'The path to the Directory output.', defaultsTo: 'build')
String output
final

Implementation

@CliOption(
  abbr: 'o',
  help: 'The path to the Directory output.',
  defaultsTo: 'build',
)
final String output;