Command<T> constructor

Command<T>()

Implementation

Command() {
  if (!argParser.allowsAnything) {
    argParser.addFlag('help',
        abbr: 'h', negatable: false, help: 'Print this usage information.');
  }
}