FileExecCommand constructor
FileExecCommand()
Creates a new instance of the FileExecCommand class.
Implementation
FileExecCommand() {
argParser.addFlag('verbose', abbr: 'v', negatable: true, defaultsTo: true, help: 'Verbose output');
}