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