Skip to content

Commit 07ca31a

Browse files
feat: list help run (#511)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 008953b commit 07ca31a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/help/help.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
LOGIN_DESCRIPTION,
99
LOGOUT_DESCRIPTION,
1010
OPEN_DESCRIPTION,
11+
RUN_DESCRIPTION,
1112
SNAPSHOT_DESCRIPTION,
1213
START_DESCRIPTION,
1314
STATUS_DESCRIPTION,
@@ -40,6 +41,7 @@ Commands:
4041
${cyan('login')} ${LOGIN_DESCRIPTION}
4142
${cyan('logout')} ${LOGOUT_DESCRIPTION}
4243
${cyan('open')} ${OPEN_DESCRIPTION}
44+
${cyan('run')} ${RUN_DESCRIPTION}
4345
${cyan('snapshot')} ${SNAPSHOT_DESCRIPTION}
4446
${cyan('start')} ${START_DESCRIPTION}
4547
${cyan('stop')} ${STOP_DESCRIPTION}

0 commit comments

Comments
 (0)