Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/constants/help.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const SNAPSHOT_DESCRIPTION = 'Handle snapshot-related tasks.';
export const START_DESCRIPTION = 'Start a module.';
export const STOP_DESCRIPTION = 'Stop a module.';
export const UPGRADE_DESCRIPTION = 'Upgrade a module to a new version.';
export const USE_DESCRIPTION = 'Switch between multiple profiles.';
export const VERSION_DESCRIPTION = 'Check the version of the CLI.';
export const STATUS_DESCRIPTION = 'Check the status of the modules.';
export const WHOAMI_DESCRIPTION =
Expand Down
2 changes: 0 additions & 2 deletions src/help/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
STATUS_DESCRIPTION,
STOP_DESCRIPTION,
UPGRADE_DESCRIPTION,
USE_DESCRIPTION,
VERSION_DESCRIPTION,
WHOAMI_DESCRIPTION
} from '../constants/help.constants';
Expand Down Expand Up @@ -48,7 +47,6 @@ Commands:
${cyan('stop')} ${STOP_DESCRIPTION}
${cyan('status')} ${STATUS_DESCRIPTION}
${cyan('upgrade')} ${UPGRADE_DESCRIPTION}
${cyan('use')} ${USE_DESCRIPTION}
${cyan('version')} ${VERSION_DESCRIPTION}
${cyan('whoami')} ${WHOAMI_DESCRIPTION}

Expand Down