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