SearchCommand constructor
SearchCommand()
Implementation
SearchCommand() {
// we can add command specific arguments here.
// [argParser] is automatically created by the parent class.
argParser.addOption('query', abbr: 'q', mandatory: true);
}