{
  "description": "When the --err option is given the arguments are printed to stderr rather than stdout.",
  "names": [
    "argv"
  ],
  "type": "program",
  "name": "argv",
  "summary": "prints the arguments passed to the program",
  "synopsis": [
    "[options]"
  ],
  "options": {
    "err": {
      "key": "err",
      "description": "Print to stderr",
      "names": [
        "-e",
        "--err"
      ],
      "type": "flag"
    },
    "help": {
      "key": "help",
      "description": "Display help and exit",
      "names": [
        "-h",
        "--help"
      ],
      "type": "flag"
    },
    "version": {
      "key": "version",
      "description": "Print version and exit",
      "names": [
        "--version"
      ],
      "type": "flag"
    }
  }
}
