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 a `ronin-web xml` command #88

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

Extract mot of the logic from the ronin-web html command into a ronin-web xml command, which parses XML using Nokogiri::XML() . Have Ronin::Web::CLI::Commands::HTML inherit from Ronin::Web::CLI::Commands::XML.

postmodern commented 11 months ago

Implemented in fce5f66.