This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
"author" : " Jeff Dickey @jdxcode" ,
6
6
"bugs" : " https://github.com/dxcli/command/issues" ,
7
7
"dependencies" : {
8
- "@dxcli/config" : " ^0.1.9 " ,
8
+ "@dxcli/config" : " ^0.1.11 " ,
9
9
"@dxcli/parser" : " ^0.0.2" ,
10
10
"@dxcli/screen" : " ^0.0.0" ,
11
11
"cli-ux" : " ^3.0.0-alpha.4" ,
Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ export default abstract class Command {
67
67
*/
68
68
abstract async run ( ) : Promise < void >
69
69
70
+ load ( ) { return this }
71
+
70
72
protected async _run ( argv : string [ ] , opts : Options ) {
71
73
try {
72
74
await this . init ( argv , opts )
Original file line number Diff line number Diff line change 106
106
dependencies :
107
107
find-up "^2.1.0"
108
108
109
- " @dxcli/config@^0.1.9 " :
110
- version "0.1.9 "
111
- resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.9 .tgz#f9d033fec9d0236435b60da1d7457c78f48c631e "
109
+ " @dxcli/config@^0.1.11 " :
110
+ version "0.1.11 "
111
+ resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.11 .tgz#e7ebab5b69ae38f0f43297e41f7079a73cfb1d4a "
112
112
dependencies :
113
113
debug "^3.1.0"
114
114
fs-extra "^5.0.0"
You can’t perform that action at this time.
0 commit comments