{
  "description": "Converts relative links beginning with / to absolute URLs; when the --greedy option is given links beginning with # and ? are also made absolute.\n\nWhen no --base URL is given and a package.json file is available in the current working directory the base URL is extracted from the repository URL in package.json and the --relative path when not set assumes a github repository using the /blob/master path.",
  "names": [
    "mkabs"
  ],
  "type": "program",
  "name": "mkabs",
  "summary": "make relative links absolute",
  "synopsis": [
    "[flags] [options]"
  ],
  "options": {
    "base": {
      "key": "base",
      "description": "Base URL for absolute links",
      "names": [
        "-b",
        "--base"
      ],
      "type": "option",
      "extra": "=[URL]",
      "required": false,
      "multiple": false,
      "name": "--base"
    },
    "relative": {
      "key": "relative",
      "description": "Relative path when repository url",
      "names": [
        "-r",
        "--relative"
      ],
      "type": "option",
      "extra": "=[PATH]",
      "required": false,
      "multiple": false,
      "name": "--relative"
    },
    "greedy": {
      "key": "greedy",
      "description": "Convert links starting with # and ?",
      "names": [
        "-g",
        "--greedy"
      ],
      "type": "flag",
      "name": "--greedy"
    },
    "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"
    }
  }
}
