{
  "name": "Archive Task",
  "commands": [
    "archive",
    "arc"
  ],
  "args": {
    "boolean": [
      "list",
      "actions"
    ],
    "alias": {
      "list": [
        "l"
      ],
      "board": [
        "b"
      ]
    },
    "string": [
      "board"
    ],
    "default": {
      "actions": true
    }
  },
  "controller": "./src/controller/archive",
  "help": "./docs/commands/archive.txt"
}
