UNPKG

fileutils-cli

Version:

A collection of powerful command line file utilities

9 lines (8 loc) 292 B
const { Options } = require('../common/Options'); module.exports.CopyOptions = class CopyOptions extends Options { constructor(argv) { super(argv); // If any options added that are specific to copying add them here // this.newOption = this.getValueOrFalse('optionName'); } };