{
  "name": "View Gantt Chart",
  "commands": [
    "gantt",
    "gt"
  ],
  "args": {
    "boolean": [
      "json"
    ],
    "string": [
      "assigned",
      "column",
      "date",
      "now",
      "board"
    ],
    "alias": {
      "json": [
        "j"
      ],
      "assigned": [
        "a"
      ],
      "column": [
        "c"
      ],
      "date": [
        "d"
      ],
      "now": [
        "n"
      ],
      "board": [
        "b"
      ]
    }
  },
  "controller": "./src/controller/gantt",
  "help": "./docs/commands/gantt.txt"
}
