{
  "description": "Reads markdown documents from stdin and files; writes serialized nodes to stdout.\n\nThe output is newline-delimited JSON records representing the abstract syntax tree for the input document(s).",
  "names": [
    "mkcat"
  ],
  "type": "program",
  "name": "mkcat",
  "summary": "reads markdown documents",
  "synopsis": [
    "[flags] [options] [files...]"
  ],
  "options": {
    "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"
    }
  },
  "zsh": [
    {
      "info": "zsh",
      "literal": ":file:_files -g '*.md'"
    }
  ]
}
