{
  "description": "Extracts link references from the input stream and appends a document fragment to the end of the stream containing the link references. Use when the output format is markdown and you want link references to be appended to the document.",
  "names": [
    "mkref"
  ],
  "type": "program",
  "name": "mkref",
  "summary": "link reference collation",
  "synopsis": [
    "[flags] [options]"
  ],
  "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"
    }
  }
}
