{
  "name": "Remove Everything",
  "commands": [
    "remove-all"
  ],
  "args": {
    "boolean": [
      "force"
    ],
    "alias": {
      "force": ["f"]
    }
  },
  "controller": "./src/controller/remove-all",
  "help": "./docs/commands/remove-all.txt"
}
