cli-argument-parser
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -7,1 +7,9 @@ /** | ||
}; | ||
/** | ||
* Filtering only relevant arguments by preferred prefix (--) and seperator (=) | ||
* @param prefix The prefix of the argument | ||
* @param seperator The seperator of the argument | ||
*/ | ||
export declare function filterArguments(prefix: string, seperator: string): { | ||
[key: string]: string; | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.cliArguments = void 0; | ||
exports.filterArguments = exports.cliArguments = void 0; | ||
const file = require("file-exists"); | ||
@@ -33,1 +33,2 @@ /** | ||
} | ||
exports.filterArguments = filterArguments; |
{ | ||
"name": "cli-argument-parser", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A package containing relevant CLI actions", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
6123
47