We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008953b commit 07ca31aCopy full SHA for 07ca31a
1 file changed
src/help/help.ts
@@ -8,6 +8,7 @@ import {
8
LOGIN_DESCRIPTION,
9
LOGOUT_DESCRIPTION,
10
OPEN_DESCRIPTION,
11
+ RUN_DESCRIPTION,
12
SNAPSHOT_DESCRIPTION,
13
START_DESCRIPTION,
14
STATUS_DESCRIPTION,
@@ -40,6 +41,7 @@ Commands:
40
41
${cyan('login')} ${LOGIN_DESCRIPTION}
42
${cyan('logout')} ${LOGOUT_DESCRIPTION}
43
${cyan('open')} ${OPEN_DESCRIPTION}
44
+ ${cyan('run')} ${RUN_DESCRIPTION}
45
${cyan('snapshot')} ${SNAPSHOT_DESCRIPTION}
46
${cyan('start')} ${START_DESCRIPTION}
47
${cyan('stop')} ${STOP_DESCRIPTION}
0 commit comments