ScanLibCommand constructor

ScanLibCommand()

Implementation

ScanLibCommand() {
  // Add option --flag or -f
  argParser.addFlag('fast',
      abbr: 'f', negatable: false, help: 'Run the scan in fast mode.');
}