Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
improve: target 必须指定,现在还不支持多发 (#187)
Browse files Browse the repository at this point in the history
* fix: target 必须指定,现在还不支持多发
  • Loading branch information
popomore authored and yesmeck committed Aug 31, 2019
1 parent 31b960a commit b3d7e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function run(args: any, context?: any) {
alias: 't',
type: 'string',
required: true,
requiresArg: true,
})
.showHelpOnFail(false)
.parse(args);
Expand Down

0 comments on commit b3d7e08

Please sign in to comment.