add boolean entry for env

This commit is contained in:
Drew Hays
2016-03-21 09:02:04 -07:00
parent b05e08bde0
commit 9a317bdcc6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ declare module "yargs" {
help(option: string, description?: string): Argv;
env(prefix?: string): Argv;
env(enable: boolean): Argv;
epilog(msg: string): Argv;
epilogue(msg: string): Argv;