Skip to content

Instantly share code, notes, and snippets.

@knrt10
Created May 11, 2018 05:36
Show Gist options
  • Save knrt10/ead8ae1542c687dbe2761ee038d8802d to your computer and use it in GitHub Desktop.
Save knrt10/ead8ae1542c687dbe2761ee038d8802d to your computer and use it in GitHub Desktop.
Command for practice mode
program
.command('practice')
.alias('p')
.description('Starts typeracer in practice mode')
.action(() =>
{
game()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment