{
  "name": "Move Task",
  "commands": [
    "move",
    "mv"
  ],
  "args": {
    "boolean": [
      "interactive",
      "relative",
      "add",
      "actions"
    ],
    "string": [
      "column",
      "position",
      "board"
    ],
    "alias": {
      "interactive": [
        "i"
      ],
      "column": [
        "c"
      ],
      "position": [
        "p"
      ],
      "relative": [
        "r"
      ],
      "board": [
        "b"
      ]
    },
    "default": {
      "add": true,
      "actions": true
    }
  },
  "controller": "./src/controller/move",
  "help": "./docs/commands/move.txt"
}
