Skip to content

Commit

Permalink
Allow for multiple aliases tj#531
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Apr 2, 2020
1 parent b5d95ee commit bc7b2d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typings/index.d.ts
Expand Up @@ -275,6 +275,8 @@ declare namespace commander {
/**
* Set an alias for the command.
*
* You may call more than once to add multiple aliases, Only the first alias is shown in the auto-generated help.
*
* @returns `this` command for chaining
*/
alias(alias: string): this;
Expand Down

0 comments on commit bc7b2d4

Please sign in to comment.