File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- //! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
1
+ //! cli-argv-util v1.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
2
2
3
3
export type StringFlagMap = {
4
4
[ flag : string ] : string | undefined ;
Original file line number Diff line number Diff line change 1
- //! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
1
+ //! cli-argv-util v1.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
2
2
3
3
const cliArgvUtil = {
4
4
parse ( validFlags ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cli-argv-util" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Simple utility to parse command line parameters and flags (arguments vector)" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
77
77
"@typescript-eslint/parser" : " ~5.60" ,
78
78
"add-dist-header" : " ~1.0" ,
79
79
"assert-deep-strict-equal" : " ~1.0" ,
80
- "copy-file-util" : " ~1.0 " ,
80
+ "copy-file-util" : " ~1.1 " ,
81
81
"eslint" : " ~8.43" ,
82
82
"jshint" : " ~2.13" ,
83
83
"mocha" : " ~10.2" ,
You can’t perform that action at this time.
0 commit comments