nowa icon indicating copy to clipboard operation
nowa copied to clipboard

可通过指定 subCommands 来为各个子命令指定参数

Open gbk opened this issue 9 years ago • 0 comments

做到各个子命令参数配置隔离

"subCommands": {
  "init": {
    "type": "h5"
  },
  "build": {
    "loose": true
  }
}

gbk avatar Jul 05 '16 09:07 gbk