InfoCommand constructor

InfoCommand()

Implementation

InfoCommand() {
  // we can add command specific arguments here.
  // [argParser] is automatically created by the parent class.
  argParser.addOption('id', abbr: 'i', defaultsTo: 'GitHub.copilot');
}