CheckoutCommand constructor
CheckoutCommand()
Implementation
CheckoutCommand() {
argParser.addOption('branch', abbr: 'b', defaultsTo: '');
}
CheckoutCommand() {
argParser.addOption('branch', abbr: 'b', defaultsTo: '');
}