commander
  .command('version')
  .description('output version number')
  .usage('koan version')
  .action(commander.versionInformation)