Method: HTML5::CLI.run

Defined in:
lib/html5/cli.rb

.runObject



244
245
246
247
# File 'lib/html5/cli.rb', line 244

def self.run
  options = parse_opts ARGV
  parse options, ARGV
end