ronin-rb / ronin-web

ronin-web is a collection of useful web helper methods and commands.
https://ronin-rb.dev
GNU General Public License v3.0
40 stars 10 forks source link

Add `--html` and `--xml` options to `ronin-web diff` #79

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

Add --html and --xml options to the ronin-web diff command to allow switching from Nokogiri::HTML(...) to Nokogiri::XML(...).

santhosh-chinnasamy commented 1 year ago

@postmodern I am working on this issue

postmodern commented 1 year ago

Implemented by b2e8353 from @santhosh-chinnasamy.