Skip to content

Commit

Permalink
fix: unnecessary code caused help command to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
PopGoesTheWza committed May 11, 2021
1 parent c7b35fb commit 3741f71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions src/commands/help.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/index.ts
Expand Up @@ -36,7 +36,6 @@ import create from './commands/create.js';
import defaultCmd from './commands/default.js';
import deploy from './commands/deploy.js';
import deployments from './commands/deployments.js';
import help from './commands/help.js';
import list from './commands/list.js';
import login from './commands/login.js';
import logout from './commands/logout.js';
Expand Down Expand Up @@ -359,13 +358,6 @@ commander
.option('--open', 'Open the API Console in the browser')
.action(apis);

/**
* Displays the help function.
* @name help
* @example help
*/
commander.command('help').description('Display help').action(help);

/**
* Update .clasp.json settings file.
* If `newValue` is omitted, it returns the current setting value
Expand Down

0 comments on commit 3741f71

Please sign in to comment.