UninstallCommand constructor

UninstallCommand()

Implementation

UninstallCommand() {
  argParser.addFlag('dev', negatable: false, help: 'Remove a package in a dev dependency');
}