mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge pull request #3442 from divergentdave/patch-1
optimist: Argument to showHelp should be optional
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ declare module "optimist" {
|
||||
wrap(columns: number): Optimist;
|
||||
|
||||
help(): void;
|
||||
showHelp(fn: Function): void;
|
||||
showHelp(fn?: Function): void;
|
||||
|
||||
usage(message: string): Optimist;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user