class HelloWorld::Check

Included Modules

Defined in:

caravel.cr

Constant Summary

HELP = {"description" => ""}

Class Method Summary

Instance Method Summary

Instance methods inherited from module CheckCommand

check_updates check_updates, clone_repo? clone_repo?, fetch_code fetch_code, get_branch get_branch, get_config get_config, get_repo_path get_repo_path, get_work_path get_work_path, read_config_file(file : String) read_config_file, recursive recursive, run run, run_tasks run_tasks, validate_config_file(file : String) validate_config_file

Class Method Detail

def self.description #

[View source]
def self.run(*args, **params) #

[View source]

Instance Method Detail

def __rescue_from___Admiral__Error(e) #

def arguments #
Description copied from class Admiral::Command

Returns the commands Arguments object.

You can access names arguments by name. You can also access the remaning arguments using .arguments[index].


[View source]
def flags #
Description copied from class Admiral::Command

Returns the commands Flags object.

You can access names flags by name.


[View source]
def sub(command, *args, **params) #
Description copied from class Admiral::Command

Invokes a sub command by name, passing self as the parent.


[View source]