class ToposPlayground::Command::Version

Defined in:

topos-playground/command/version.cr

Class Method Summary

Instance Method Summary

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

def self.levenshtein_options #

[View source]
def self.options(parser, config) #

[View source]

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.


[View source]