@types/yargs
Advanced tools
Comparing version 13.0.4 to 15.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for yargs 13.0 | ||
// Type definitions for yargs 15.0 | ||
// Project: https://github.com/chevex/yargs, https://yargs.js.org | ||
@@ -392,2 +392,8 @@ // Definitions by: Martin Poelstra <https://github.com/poelstra> | ||
/** | ||
* Method to execute when a command finishes successfully. | ||
* @param func Is called with the successful result of the command that finished. | ||
*/ | ||
onFinishCommand(func: (result: any) => void): Argv<T>; | ||
/** | ||
* This method can be used to make yargs aware of options that could exist. | ||
@@ -394,0 +400,0 @@ * You can also pass an opt object which can hold further customization, like `.alias()`, `.demandOption()` etc. for that option. |
{ | ||
"name": "@types/yargs", | ||
"version": "13.0.4", | ||
"version": "15.0.0", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "37222ee5a663b0260061ab31ce6e21896839ea44a19eedd06a1d4856a40c5797", | ||
"typesPublisherContentHash": "4fb8536f97078e909cdef4dc12a6f8d208218b2c02ada6d2898208d1ee677f94", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 23 Dec 2019 16:51:07 GMT | ||
* Last updated: Wed, 08 Jan 2020 19:43:42 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
49655
698