{
  "names": [
    "mkout"
  ],
  "type": "program",
  "name": "mkout",
  "summary": "render to various output formats",
  "synopsis": [
    "[flags] [options] [--html|--json|--man|--text|--xml|--yaml|--yaml-full]"
  ],
  "options": {
    "output": {
      "key": "output",
      "description": "Write output to FILE",
      "names": [
        "-o",
        "--output"
      ],
      "type": "option",
      "extra": "=[FILE]",
      "required": false,
      "multiple": false,
      "value": "stdout",
      "name": "--output"
    },
    "html": {
      "key": "html",
      "description": "Set output renderer to HTML",
      "names": [
        "-H",
        "--html"
      ],
      "type": "flag",
      "name": "--html"
    },
    "json": {
      "key": "json",
      "description": "Set output renderer to JSON",
      "names": [
        "-j",
        "--json"
      ],
      "type": "flag",
      "name": "--json"
    },
    "man": {
      "key": "man",
      "description": "Set output renderer to MAN",
      "names": [
        "-m",
        "--man"
      ],
      "type": "flag",
      "name": "--man"
    },
    "text": {
      "key": "text",
      "description": "Set output renderer to TEXT",
      "names": [
        "-t",
        "--text"
      ],
      "type": "flag",
      "name": "--text"
    },
    "xml": {
      "key": "xml",
      "description": "Set output renderer to XML",
      "names": [
        "-x",
        "--xml"
      ],
      "type": "flag",
      "name": "--xml"
    },
    "yaml": {
      "key": "yaml",
      "description": "Set output renderer to YAML",
      "names": [
        "-y",
        "--yaml"
      ],
      "type": "flag",
      "name": "--yaml"
    },
    "yamlFull": {
      "key": "yamlFull",
      "description": "Do not compact YAML output",
      "names": [
        "-Y",
        "--yaml-full"
      ],
      "type": "flag",
      "name": "--yaml-full"
    },
    "noop": {
      "key": "noop",
      "description": "Pass through input JSON",
      "names": [
        "-n",
        "--noop"
      ],
      "type": "flag",
      "name": "--noop"
    },
    "help": {
      "key": "help",
      "description": "Display help and exit",
      "names": [
        "-h",
        "--help"
      ],
      "type": "flag",
      "name": "--help"
    },
    "version": {
      "key": "version",
      "description": "Print the version and exit",
      "names": [
        "--version"
      ],
      "type": "flag",
      "name": "--version"
    }
  },
  "exclusive": [
    {
      "literal": "[--html|--json|--man|--text|--xml|--yaml|--yaml-full]",
      "keys": [
        "html",
        "json",
        "man",
        "text",
        "xml",
        "yaml",
        "yamlFull"
      ]
    }
  ]
}
