class Monitor::Run::Command_Main_of_clim_library

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(options : OptionsForEachCommand, arguments : ArgumentsForEachCommand, sub_commands : SubCommands = SubCommands.new) #

Class Method Detail

def self.create #

Instance Method Detail

def check_dns_resolve_speed(uri : URI) : Float64 #

[View source]
def desc : String #

def detect_potential_subdomains(uri : URI) : Array(String) #

[View source]
def detect_wordpress(uri : URI) : Bool #

[View source]
def get_external_ip : String #

[View source]
def name : String #

def opts_and_subcommands #

def parse(argv) : Command #

def random_url_give_200(uri : URI) : Bool #

[View source]
def recursive_parse(argv) : Command #

def request_handlers(uri_channel : Channel(URI), response_channel : Channel(Int32 | Exception)) #

[View source]
def run(io : IO) #

[View source]
def sub_commands : Clim::Command::SubCommands #

def usage : String #

def version : String #

Macro Detail

macro help_macro #