forked from workshopper/workshopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusage.txt
18 lines (17 loc) · 805 Bytes
/
usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{bold}{yellow}Usage{/yellow}{/bold}
{bold}{green}{appname}{/green}{/bold}
Show a menu to interactively select a workshop.
{bold}{green}{appname}{/green} list{/bold}
Show a newline-separated list of all the workshops.
{bold}{green}{appname}{/green} select NAME{/bold}
Select a workshop.
{bold}{green}{appname}{/green} current{/bold}
Show the currently selected workshop.
{bold}{green}{appname}{/green} print{/bold}
Print the instructions for the currently selected workshop.
{bold}{green}{appname}{/green} reset{/bold}
Reset completed workshop progress.
{bold}{green}{appname}{/green} run program.js{/bold}
Run your program against the selected input.
{bold}{green}{appname}{/green} verify program.js{/bold}
Verify your program against the expected output.