Methods

Files

Anemone::CLI

Constants

COMMANDS

Public Class Methods

run() click to toggle source
# File lib/anemone/cli.rb, line 5
def self.run
  command = ARGV.shift
  
  if COMMANDS.include? command
    load "anemone/cli/#{command.tr('-', '_')}.rb"
  else
    puts Anemone is a web spider framework that can collectuseful information about pages it visits.Usage:  anemone <command> [arguments]Commands:  #{COMMANDS.join(', ')}
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.