Created
May 11, 2018 05:36
-
-
Save knrt10/ead8ae1542c687dbe2761ee038d8802d to your computer and use it in GitHub Desktop.
Command for practice mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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