const { Options } = require('../common/Options');
module.exports.CopyOptions = classCopyOptionsextendsOptions {
constructor(argv) {
super(argv);
// If any options added that are specific to copying add them here// this.newOption = this.getValueOrFalse('optionName');
}
};