{
  "name": "Remove Task",
  "commands": [
    "remove",
    "rm"
  ],
  "args": {
    "boolean": [
      "force",
      "index"
    ],
    "alias": {
      "force": ["f"],
      "index": ["x"]
    }
  },
  "controller": "./src/controller/remove",
  "help": "./docs/commands/remove.txt"
}
