Sha256: a406ecdce18b95fe0c953d4110c23ff518f718ddd1ebb3a9524c82dbab36d658
Contents?: true
Size: 705 Bytes
Versions: 2
Compression:
Stored size: 705 Bytes
Contents
# ronin-web-diff 1 "2022-01-01" Ronin Web "User Manuals" ## NAME ronin-web-diff - Diffs two web pages ## SYNOPSIS `ronin-web diff` [*options*] {*URL* \| *FILE*} {*URL* \| *FILE*} ## DESCRIPTION Diffs two separate HTML or XML pages and prints the HTML/XML nodes which were changed. ## ARGUMENTS *URL* : A `https://` or `http://` URL of the web page to diff. *FILE* : A path to the local HTML or XML file to diff. ## OPTIONS `-h`, `--help` : Print help information `-f`, `--format` `html`|`xml` : Pass the format of the URL or files. Supported formats are `html` and `xml`. (Default: `html`) ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO [ronin-web-html](ronin-web-html.1.md)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-web-2.0.0 | man/ronin-web-diff.1.md |
ronin-web-2.0.0.rc1 | man/ronin-web-diff.1.md |