CopyCommand constructor
CopyCommand()
Implementation
CopyCommand() {
argParser.addOption('to', abbr: 't', help: '缓存所在的目标项目地址', mandatory: true);
}
CopyCommand() {
argParser.addOption('to', abbr: 't', help: '缓存所在的目标项目地址', mandatory: true);
}