Skip to content

Commit

Permalink
Merge pull request #930 from kira1928/update-index.d.ts
Browse files Browse the repository at this point in the history
Update index.d.ts
  • Loading branch information
abetomo committed Mar 15, 2019
2 parents 4542306 + a469137 commit 291fc04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typings/index.d.ts
Expand Up @@ -226,9 +226,10 @@ declare namespace local {
* Set the description to `str`.
*
* @param {string} str
* @param {{[argName: string]: string}} argsDescription
* @return {(Command | string)}
*/
description(str: string): Command;
description(str: string, argsDescription?: {[argName: string]: string}): Command;
description(): string;

/**
Expand Down

0 comments on commit 291fc04

Please sign in to comment.