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