Skip to content

Commit

Permalink
chore(cli): drop useless option
Browse files Browse the repository at this point in the history
  • Loading branch information
Genuifx committed Jun 29, 2020
1 parent 7f626a9 commit 6f3b05b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wxa-cli/src/wxa.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ commander
.description('微信开发者工具命令行调用')
.option('--configs-path <configsPath>', 'wxa.configs.js文件路径,默认项目根目录')
.option('-a, --action <action>', '指定操作, open, login, preview, upload')
.option('-m, --multi', '三方开发模式,一次操作多个项目')
.option('-p, --project <project>', '三方开发模式,单独指定操作的项目')
.action(async (cmd)=>{
showSlogan();
Expand Down

0 comments on commit 6f3b05b

Please sign in to comment.