{
  "name": "Edit Task",
  "commands": [
    "edit",
    "e"
  ],
  "args": {
    "boolean": [
      "interactive",
      "actions"
    ],
    "string": [
      "name",
      "description",
      "column",
      "sub-task",
      "remove-sub-task",
      "tag",
      "remove-tag",
      "relation",
      "remove-relation",
      "due",
      "plannedStart",
      "plannedFinish",
      "progress",
      "unset",
      "board"
    ],
    "alias": {
      "interactive": [
        "i"
      ],
      "name": [
        "n"
      ],
      "description": [
        "d"
      ],
      "column": [
        "c"
      ],
      "sub-task": [
        "s"
      ],
      "tag": [
        "t"
      ],
      "relation": [
        "r"
      ],
      "due": [
        "e"
      ],
      "assigned": [
        "a"
      ],
      "board": [
        "b"
      ]
    },
    "default": {
      "actions": true
    }
  },
  "controller": "./src/controller/edit",
  "help": "./docs/commands/edit.txt"
}
