commander
  .command('help')
  .description('output usage information')
  .usage('koan help')
  .action(commander.help)