{
  "name": "Remove Task",
  "commands": [
    "remove",
    "rm"
  ],
  "args": {
    "boolean": [
      "force",
      "index",
      "all-boards",
      "actions"
    ],
    "alias": {
      "force": [
        "f"
      ],
      "index": [
        "x"
      ],
      "board": [
        "b"
      ]
    },
    "string": [
      "board"
    ],
    "default": {
      "actions": true
    }
  },
  "controller": "./src/controller/remove",
  "help": "./docs/commands/remove.txt"
}
