@rickosborne/clamp 2026.2.13 → 2026.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +10 -11
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ That is, Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
|
|
|
89
89
|
<a id="api-commandparams"></a>
|
|
90
90
|
|
|
91
91
|
```typescript
|
|
92
|
-
commandParams: <Spec extends CommandParamsSpec>(spec: Spec,
|
|
92
|
+
commandParams: <Spec extends CommandParamsSpec>(spec: Spec, input?: {
|
|
93
93
|
args?: string[];
|
|
94
94
|
ignoreUnknown?: boolean;
|
|
95
95
|
onError?: (error: Error) => void;
|
package/package.json
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
"url": "https://rickosborne.org"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@rickosborne/foundation": "2026.2.
|
|
8
|
-
"@rickosborne/guard": "2026.2.
|
|
9
|
-
"@rickosborne/term": "2026.2.
|
|
10
|
-
"@rickosborne/typical": "2026.2.
|
|
7
|
+
"@rickosborne/foundation": "2026.2.16",
|
|
8
|
+
"@rickosborne/guard": "2026.2.16",
|
|
9
|
+
"@rickosborne/term": "2026.2.16",
|
|
10
|
+
"@rickosborne/typical": "2026.2.16"
|
|
11
11
|
},
|
|
12
12
|
"description": "Rick Osborne's command-line parameter handling tools",
|
|
13
13
|
"engines": {
|
|
@@ -89,12 +89,11 @@
|
|
|
89
89
|
},
|
|
90
90
|
"git": {
|
|
91
91
|
"authorName": "Rick Osborne",
|
|
92
|
-
"commitDateISO": "2026-02-
|
|
93
|
-
"commitHash": "
|
|
94
|
-
"commitLink": "https://github.com/rickosborne/es-js-ts/commits/
|
|
95
|
-
"parentHash": "
|
|
96
|
-
"signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c"
|
|
97
|
-
"tag": "v2026.2.13"
|
|
92
|
+
"commitDateISO": "2026-02-16T18:13:37.000Z",
|
|
93
|
+
"commitHash": "72d2d07aba028ad4c475190c056b5e631242c7bb",
|
|
94
|
+
"commitLink": "https://github.com/rickosborne/es-js-ts/commits/72d2d07aba028ad4c475190c056b5e631242c7bb",
|
|
95
|
+
"parentHash": "38d31a198cf30896f6c95ff44871cc91cf94f5a0",
|
|
96
|
+
"signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c"
|
|
98
97
|
},
|
|
99
98
|
"homepage": "https://github.com/rickosborne/es-js-ts",
|
|
100
99
|
"keywords": [
|
|
@@ -122,5 +121,5 @@
|
|
|
122
121
|
},
|
|
123
122
|
"types": "./index.d.ts",
|
|
124
123
|
"typings": "./index.d.ts",
|
|
125
|
-
"version": "2026.2.
|
|
124
|
+
"version": "2026.2.16"
|
|
126
125
|
}
|