diff --git a/package-lock.json b/package-lock.json index f6c4b0a..4f5ed86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@emulsify/cli", - "version": "1.11.3", + "version": "1.11.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@emulsify/cli", - "version": "1.11.3", + "version": "1.11.4", "license": "GPL-2.0", "dependencies": { "@types/progress": "^2.0.5", diff --git a/package.json b/package.json index 2e8a9ef..def8118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emulsify/cli", - "version": "1.11.3", + "version": "1.11.4", "description": "Command line interface for Emulsify", "repository": "git@github.com:emulsify-ds/emulsify-cli.git", "author": "Patrick Coffey ", diff --git a/src/index.ts b/src/index.ts index 38c7e21..b2320c8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -71,10 +71,11 @@ system .action(systemInstall); // Component sub-commands. -const component = program.command( - 'component', - 'Parent command that contains sub-commands pertaining to components', -); +const component = program + .command('component') + .description( + 'Parent command that contains sub-commands pertaining to components', + ); component .command('list') .description(