{
  "description": "Processes the input stream on stdin using the specified stream transformation files.",
  "names": [
    "mktransform"
  ],
  "type": "program",
  "name": "mktransform",
  "summary": "custom stream transformations",
  "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 '*.js'"
    }
  ]
}
