InitCommand constructor

InitCommand()

Implementation

InitCommand() {
  argParser.addFlag('quiet', abbr: 'q', defaultsTo: false);
}