mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-25 18:40:34 +00:00
Meow showHelp optional param (#13710)
This commit is contained in:
Vendored
+1
-1
@@ -22,7 +22,7 @@ declare namespace meow {
|
||||
flags: { [name: string]: any };
|
||||
pkg: any;
|
||||
help: string;
|
||||
showHelp(code: number): void;
|
||||
showHelp(code?: number): void;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user