Closed postmodern closed 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.
ronin-web html
ronin-web xml
Nokogiri::XML()
Ronin::Web::CLI::Commands::HTML
Ronin::Web::CLI::Commands::XML
Implemented in fce5f66.
Extract mot of the logic from the
ronin-web html
command into aronin-web xml
command, which parses XML usingNokogiri::XML()
. HaveRonin::Web::CLI::Commands::HTML
inherit fromRonin::Web::CLI::Commands::XML
.