class Main

Included Modules

Defined in:

main.cr

Instance Method Summary

Instance methods inherited from module Core

before before, ch_db : String ch_db, ch_db=(v : String) : String
ch_db=(v : Nil)
ch_db=
, ch_db? : String | Nil ch_db?, ch_host : String ch_host, ch_host=(v : String) : String
ch_host=(v : Nil)
ch_host=
, ch_host? : String | Nil ch_host?, ch_password : String ch_password, ch_password=(v : String) : String
ch_password=(v : Nil)
ch_password=
, ch_password? : String | Nil ch_password?, ch_port : Int64 ch_port, ch_port=(v : Int64) : Int64
ch_port=(v : Nil)
ch_port=
, ch_port? : Int64 | Nil ch_port?, ch_user : String ch_user, ch_user=(v : String) : String
ch_user=(v : Nil)
ch_user=
, ch_user? : String | Nil ch_user?, config : Data::Config config, config=(v : Data::Config) : Data::Config
config=(v : Nil)
config=
, config? : Data::Config | Nil config?, config_path : String config_path, config_path=(v : String) : String
config_path=(v : Nil)
config_path=
, config_path? : String | Nil config_path?, config_required : Bool config_required, config_required=(v : Bool) : Bool
config_required=(v : Nil)
config_required=
, config_required? : Bool config_required?, current_config_path current_config_path, debug : Bool debug, debug=(v : Bool) : Bool
debug=(v : Nil)
debug=
, debug? : Bool debug?, dryrun : Bool dryrun, dryrun=(v : Bool) : Bool
dryrun=(v : Nil)
dryrun=
, dryrun? : Bool dryrun?, logger_path : String logger_path, logger_path=(v : String) : String
logger_path=(v : Nil)
logger_path=
, logger_path? : String | Nil logger_path?, parser : OptionParser parser, parser=(v : OptionParser) : OptionParser
parser=(v : Nil)
parser=
, parser? : OptionParser | Nil parser?, pg_db : String pg_db, pg_db=(v : String) : String
pg_db=(v : Nil)
pg_db=
, pg_db? : String | Nil pg_db?, pg_host : String pg_host, pg_host=(v : String) : String
pg_host=(v : Nil)
pg_host=
, pg_host? : String | Nil pg_host?, pg_ignore_regex : Regex pg_ignore_regex, pg_ignore_regex=(v : Regex) : Regex
pg_ignore_regex=(v : Nil)
pg_ignore_regex=
, pg_ignore_regex? : Regex | Nil pg_ignore_regex?, pg_port : Int64 pg_port, pg_port=(v : Int64) : Int64
pg_port=(v : Nil)
pg_port=
, pg_port? : Int64 | Nil pg_port?, pg_ttl : Int64 pg_ttl, pg_ttl=(v : Int64) : Int64
pg_ttl=(v : Nil)
pg_ttl=
, pg_ttl? : Int64 | Nil pg_ttl?, pg_user : String pg_user, pg_user=(v : String) : String
pg_user=(v : Nil)
pg_user=
, pg_user? : String | Nil pg_user?, program : String program, program=(v : String) : String
program=(v : Nil)
program=
, program? : String | Nil program?, setup_parser(parser) setup_parser, tables_all : Bool tables_all, tables_all=(v : Bool) : Bool
tables_all=(v : Nil)
tables_all=
, tables_all? : Bool tables_all?, tables_exclude_from : String tables_exclude_from, tables_exclude_from=(v : String) : String
tables_exclude_from=(v : Nil)
tables_exclude_from=
, tables_exclude_from? : String | Nil tables_exclude_from?, tables_fixed : Array(String) tables_fixed, tables_fixed=(v : Array(String)) : Array(String)
tables_fixed=(v : Nil)
tables_fixed=
, tables_fixed? : Array(String) | Nil tables_fixed?, tables_include_from : String tables_include_from, tables_include_from=(v : String) : String
tables_include_from=(v : Nil)
tables_include_from=
, tables_include_from? : String | Nil tables_include_from?, verbose : Bool verbose, verbose=(v : Bool) : Bool
verbose=(v : Nil)
verbose=
, verbose? : Bool verbose?, workdir : String workdir, workdir=(v : String) : String
workdir=(v : Nil)
workdir=
, workdir? : String | Nil workdir?

Instance methods inherited from class Object

to_toml : String to_toml

Instance Method Detail

def run(args) #

[View source]