CheckoutCommand constructor

CheckoutCommand()

Implementation

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