mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add Argv#command(...) to yargs
This commit is contained in:
parent
f3244190e2
commit
aeedf99784
2
yargs/yargs.d.ts
vendored
2
yargs/yargs.d.ts
vendored
@ -53,6 +53,8 @@ declare module "yargs" {
|
||||
usage(message: string, options?: { [key: string]: Options }): Argv;
|
||||
usage(options?: { [key: string]: Options }): Argv;
|
||||
|
||||
command(command: string, description: string): Argv;
|
||||
|
||||
example(command: string, description: string): Argv;
|
||||
|
||||
check(func: (argv: { [key: string]: any }, aliases: { [alias: string]: string }) => boolean): Argv;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user