@types/yargs
Advanced tools
Comparing version 15.0.7 to 15.0.8
@@ -275,2 +275,7 @@ // Type definitions for yargs 15.0 | ||
/** | ||
* Shows a [deprecated] notice in front of the option | ||
*/ | ||
deprecateOption(option: string, msg?: string): Argv<T>; | ||
/** | ||
* Describe a `key` for the generated usage information. | ||
@@ -675,2 +680,6 @@ * | ||
demand?: boolean | string; | ||
/** boolean or string, mark the argument as deprecated, see `deprecateOption()` */ | ||
deprecate?: boolean | string; | ||
/** boolean or string, mark the argument as deprecated, see `deprecateOption()` */ | ||
deprecated?: boolean | string; | ||
/** boolean or string, demand the option be given, with optional error message, see `demandOption()` */ | ||
@@ -677,0 +686,0 @@ demandOption?: boolean | string; |
{ | ||
"name": "@types/yargs", | ||
"version": "15.0.7", | ||
"version": "15.0.8", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "4b39ad82ba1c1a2e95f9077e568d6a92124090952e30fe07fedd0a9c0c307ee0", | ||
"typesPublisherContentHash": "11d798c3f32cbea8b6410703d6318849808023734e64c476ce543d1d8133db7a", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 23 Sep 2020 19:15:29 GMT | ||
* Last updated: Thu, 08 Oct 2020 18:20:21 GMT | ||
* Dependencies: [@types/yargs-parser](https://npmjs.com/package/@types/yargs-parser) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51413
748