This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 21
21
"lodash" : " ^4.17.4"
22
22
},
23
23
"devDependencies" : {
24
- "@anycli/config" : " ^1.1.0 " ,
24
+ "@anycli/config" : " ^1.1.2 " ,
25
25
"@anycli/plugin-help" : " ^0.6.0" ,
26
26
"@anycli/plugin-not-found" : " ^0.1.15" ,
27
- "@anycli/plugin-plugins" : " ^0.2.10 " ,
27
+ "@anycli/plugin-plugins" : " ^0.2.11 " ,
28
28
"@anycli/tslint" : " ^0.2.5" ,
29
29
"@types/chai" : " ^4.1.2" ,
30
30
"@types/fs-extra" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export default abstract class Command {
83
83
cli . config . errlog = this . config . errlog
84
84
global [ 'http-call' ] = global [ 'http-call' ] || { }
85
85
global [ 'http-call' ] ! . userAgent = this . config . userAgent
86
- await this . config . runHook ( 'init' , { id : this . id } )
86
+ await this . config . runHook ( 'init' , { argv : this . argv } )
87
87
if ( this . _helpOverride ( ) ) return this . _help ( )
88
88
}
89
89
Original file line number Diff line number Diff line change 13
13
load-json-file "^4.0.0"
14
14
lodash "^4.17.4"
15
15
16
- " @anycli/config@^1.1.0 " :
17
- version "1.1.0 "
18
- resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.1.0 .tgz#22ef1b42ee9004aac7c1e53a3c2ff8d13da68e9f "
16
+ " @anycli/config@^1.1.2 " :
17
+ version "1.1.2 "
18
+ resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.1.2 .tgz#751cf988f16a1257ec0973bb5171fbd5474b7080 "
19
19
dependencies :
20
20
cli-ux "^3.3.13"
21
21
debug "^3.1.0"
57
57
cli-ux "^3.3.13"
58
58
string-similarity "^1.2.0"
59
59
60
- " @anycli/plugin-plugins@^0.2.10 " :
61
- version "0.2.10 "
62
- resolved "https://registry.yarnpkg.com/@anycli/plugin-plugins/-/plugin-plugins-0.2.10 .tgz#95d79cf971b631390df1fe20ffc948ea3639c724 "
60
+ " @anycli/plugin-plugins@^0.2.11 " :
61
+ version "0.2.11 "
62
+ resolved "https://registry.yarnpkg.com/@anycli/plugin-plugins/-/plugin-plugins-0.2.11 .tgz#8e2d42614db0b5c3f06fbdf059352c14afaedeba "
63
63
dependencies :
64
- " @anycli/command" " ^1.2.2 "
64
+ " @anycli/command" " ^1.2.3 "
65
65
" @heroku-cli/color" " ^1.1.3"
66
66
chalk "^2.3.0"
67
67
cli-ux "^3.3.13"
You can’t perform that action at this time.
0 commit comments