argParser property

ArgParser argParser
final

Implementation

static final  argParser = ArgParser()
  ..addFlag(init, abbr: 'i', help: 'Sets the name of the app.',negatable: false)
  ..addFlag(help, abbr: 'h', help: 'Shows help.', negatable: false);