class ToposPlayground::Command::Version
- ToposPlayground::Command::Version
- ToposPlayground::Command
- Reference
- Object
Defined in:
topos-playground/command/version.crClass Method Summary
Instance Method Summary
-
#run
All subclasses must implement
#run
, which is responsible for carrying out the logic of the command.
Instance methods inherited from class ToposPlayground::Command
config : Config
config,
config=(config : Config)
config=,
run
run,
run_process(command, chdir = ".", env : Process::Env = nil, shell : Bool = true)run_process(command, chdir = ".", background : Bool = false, env : Process::Env = nil) run_process
Constructor methods inherited from class ToposPlayground::Command
new(config : Config)
new
Class methods inherited from class ToposPlayground::Command
config : Config
config,
config=(config : Config)
config=,
levenshtein_options
levenshtein_options,
log_to_file?(config)
log_to_file?,
options(parser, config)
options,
run_process(command, chdir = ".", background : Bool = false, env : Process::Env = nil)run_process(command, chdir = ".", env : Process::Env = nil, shell : Bool = true) run_process
Class Method Detail
Instance Method Detail
def run
#
Description copied from class ToposPlayground::Command
All subclasses must implement #run
, which is responsible for carrying out the
logic of the command.