initOptions top-level property

List<Option> initOptions
final

Implementation

final List<Option> initOptions = [

  Option(
    name: '--force',
    description: 'Will drop the existing config folder and re-create it',
    isDangerous: true
  )
];