kmore-cli
Advanced tools
Comparing version 59.5.6 to 60.0.0
@@ -7,3 +7,3 @@ #!/usr/bin/env tsx | ||
*/ | ||
import minimist from 'minimist'; | ||
import { retrieveArgsFromProcess } from '@waiting/shared-core'; | ||
import { genCmdHelp, helpDefault } from '../lib/helper.js'; | ||
@@ -14,3 +14,3 @@ import { runCmd } from '../lib/index.js'; | ||
let args; | ||
const argv = minimist(process.argv.slice(2)); | ||
const argv = retrieveArgsFromProcess(); | ||
try { | ||
@@ -17,0 +17,0 @@ args = parseCliArgs(argv); |
@@ -28,3 +28,3 @@ import { CallerFuncNameSet } from 'kmore-types'; | ||
excludePathKeys?: string | string[]; | ||
/** Maxium file lines to match CallerFuncName (import), Default: 128 */ | ||
/** Maximum file lines to match CallerFuncName (import), Default: 128 */ | ||
maxScanLines?: number; | ||
@@ -31,0 +31,0 @@ callerFuncNames?: CallerFuncNameSet; |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "59.5.6", | ||
"version": "60.0.0", | ||
"description": "Command line to generate dicts from ts source files for kmore", | ||
@@ -38,6 +38,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-core": "^23.3.0", | ||
"@waiting/shared-types": "^23.2.1", | ||
"@waiting/shared-types-dev": "^17.0.0", | ||
"kmore-types": "^59.5.6", | ||
"@waiting/shared-core": "^23.6.1", | ||
"@waiting/shared-types": "^23.6.0", | ||
"@waiting/shared-types-dev": "^17.0.2", | ||
"kmore-types": "^60.0.0", | ||
"minimist": "^1.2.8", | ||
@@ -47,4 +47,7 @@ "rxjs": "^7.8.1", | ||
"tsconfig-resolver": "^3.0.1", | ||
"tsx": "^4.7.1" | ||
"tsx": "^4.9.3" | ||
}, | ||
"devDependencies": { | ||
"@types/minimist": "^1.2.5" | ||
}, | ||
"engines": { | ||
@@ -86,3 +89,3 @@ "node": ">=18.12.0" | ||
}, | ||
"gitHead": "d79361cf7ce77af9147ad1a59e8e8a0f19a7c58f" | ||
"gitHead": "eee5be6cf9e276649f0e26dc558251ed09b2eb0c" | ||
} |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
import minimist from 'minimist' | ||
import { retrieveArgsFromProcess } from '@waiting/shared-core' | ||
@@ -15,3 +15,3 @@ import { genCmdHelp, helpDefault } from '../lib/helper.js' | ||
let args!: CliArgs | ||
const argv = minimist<InputOptions>(process.argv.slice(2)) | ||
const argv = retrieveArgsFromProcess() | ||
@@ -18,0 +18,0 @@ try { |
@@ -35,3 +35,3 @@ import { CallerFuncNameSet } from 'kmore-types' | ||
excludePathKeys?: string | string[] | ||
/** Maxium file lines to match CallerFuncName (import), Default: 128 */ | ||
/** Maximum file lines to match CallerFuncName (import), Default: 128 */ | ||
maxScanLines?: number | ||
@@ -38,0 +38,0 @@ callerFuncNames?: CallerFuncNameSet |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
49366
1
+ Addedkmore-types@60.0.2(transitive)
- Removedkmore-types@59.5.6(transitive)
Updated@waiting/shared-core@^23.6.1
Updatedkmore-types@^60.0.0
Updatedtsx@^4.9.3