Skip to content

Commit e5b4abf

Browse files
author
maguowei
committed
fix(push): 🐛argv
1 parent df569f3 commit e5b4abf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ const configureYargs = () => {
2121
.version().argv._;
2222
};
2323

24+
configureYargs();
25+
2426
const argv = yargs.argv;
2527

26-
configureYargs();
2728
updateNotifier({ pkg }).notify();
2829
index(argv).catch((ex) => {
2930
throw ex;

0 commit comments

Comments
 (0)