UploadCommand constructor

UploadCommand()

Implementation

UploadCommand() {
  argParser.addOption(
    'cache',
    abbr: 'c',
    help: '缓存所在的目标项目地址 默认为当前目录 /unity/meta-winner-app-unity-cache',
  );
}