commander 2.14.0 → 2.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
- package/typings/index.d.ts +5 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/typings/index.d.ts
CHANGED
|
@@ -271,8 +271,11 @@ declare namespace local {
|
|
|
271
271
|
*/
|
|
272
272
|
outputHelp(cb?: (str: string) => string): void;
|
|
273
273
|
|
|
274
|
-
/** Output help information and exit.
|
|
275
|
-
|
|
274
|
+
/** Output help information and exit.
|
|
275
|
+
*
|
|
276
|
+
* @param {(str: string) => string} [cb]
|
|
277
|
+
*/
|
|
278
|
+
help(cb?: (str: string) => string): void;
|
|
276
279
|
}
|
|
277
280
|
|
|
278
281
|
}
|