FileUnbinCommand constructor
FileUnbinCommand()
Creates a new instance of the FileUnbinCommand class.
Implementation
FileUnbinCommand() {
argParser.addFlag('verbose', abbr: 'v', negatable: true, defaultsTo: true, help: 'Verbose output');
argParser.addFlag('sudo', abbr: 's', negatable: false, help: 'Run as sudo');
argParser.addFlag('force', abbr: 'f', negatable: false, help: 'Force delete');
}