class ToposPlayground::Command::Clean

Defined in:

topos-playground/command/clean.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.log_to_file?(config) #

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

[View source]

Instance Method Detail

def completion_banner #

[View source]
def remove_working_directory #

[View source]
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]
def shutdown_erc20_messagine_protocol_infra #

[View source]
def shutdown_redis #

[View source]
def verify_execution_path #

[View source]
def verify_working_directory #

[View source]