Skip to content

Commit 3687074

Browse files
feat: list status in general help
1 parent 1861a74 commit 3687074

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
@@ -12,6 +12,7 @@ import {
1212
OPEN_DESCRIPTION,
1313
SNAPSHOT_DESCRIPTION,
1414
START_DESCRIPTION,
15+
STATUS_DESCRIPTION,
1516
STOP_DESCRIPTION,
1617
UPGRADE_DESCRIPTION,
1718
USE_DESCRIPTION,
@@ -47,6 +48,7 @@ Commands:
4748
${cyan('snapshot')} ${SNAPSHOT_DESCRIPTION}
4849
${cyan('start')} ${START_DESCRIPTION}
4950
${cyan('stop')} ${STOP_DESCRIPTION}
51+
${cyan('status')} ${STATUS_DESCRIPTION}
5052
${cyan('upgrade')} ${UPGRADE_DESCRIPTION}
5153
${cyan('use')} ${USE_DESCRIPTION}
5254
${cyan('version')} ${VERSION_DESCRIPTION}

0 commit comments

Comments
 (0)