{
  "name": "Comment",
  "commands": [
    "comment",
    "c"
  ],
  "args": {
    "boolean": [
      "interactive",
      "actions"
    ],
    "string": [
      "text",
      "board"
    ],
    "alias": {
      "interactive": [
        "i"
      ],
      "author": [
        "a"
      ],
      "text": [
        "t"
      ],
      "board": [
        "b"
      ]
    },
    "default": {
      "actions": true
    }
  },
  "controller": "./src/controller/comment",
  "help": "./docs/commands/comment.txt"
}
