We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1861a74 commit 3687074Copy full SHA for 3687074
1 file changed
src/help/help.ts
@@ -12,6 +12,7 @@ import {
12
OPEN_DESCRIPTION,
13
SNAPSHOT_DESCRIPTION,
14
START_DESCRIPTION,
15
+ STATUS_DESCRIPTION,
16
STOP_DESCRIPTION,
17
UPGRADE_DESCRIPTION,
18
USE_DESCRIPTION,
@@ -47,6 +48,7 @@ Commands:
47
48
${cyan('snapshot')} ${SNAPSHOT_DESCRIPTION}
49
${cyan('start')} ${START_DESCRIPTION}
50
${cyan('stop')} ${STOP_DESCRIPTION}
51
+ ${cyan('status')} ${STATUS_DESCRIPTION}
52
${cyan('upgrade')} ${UPGRADE_DESCRIPTION}
53
${cyan('use')} ${USE_DESCRIPTION}
54
${cyan('version')} ${VERSION_DESCRIPTION}
0 commit comments