Skip to content

Instantly share code, notes, and snippets.

@korzio
Created April 6, 2019 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korzio/da914eedf335b9cb317cc5b5ca1e8e19 to your computer and use it in GitHub Desktop.
Save korzio/da914eedf335b9cb317cc5b5ca1e8e19 to your computer and use it in GitHub Desktop.
const { configure, start } = require('./commands')
program
  .command('start')
.description('start a quiz')
  .action(start)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment