Skip to content

Commit 291fc04

Browse files
authoredMar 15, 2019
Merge pull request #930 from kira1928/update-index.d.ts
Update index.d.ts
2 parents 4542306 + a469137 commit 291fc04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎typings/index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,10 @@ declare namespace local {
226226
* Set the description to `str`.
227227
*
228228
* @param {string} str
229+
* @param {{[argName: string]: string}} argsDescription
229230
* @return {(Command | string)}
230231
*/
231-
description(str: string): Command;
232+
description(str: string, argsDescription?: {[argName: string]: string}): Command;
232233
description(): string;
233234

234235
/**

0 commit comments

Comments
 (0)
Please sign in to comment.