class LuckyTask::Runner

Extended Modules

Defined in:

lucky_task/runner.cr

Class Method Summary

Class Method Detail

def self.exit_with_error_if_not_found=(exit_with_error_if_not_found : Bool) #

[View source]
def self.exit_with_error_if_not_found? : Bool #

[View source]
def self.find_task(task_name : String) : LuckyTask::Task | Nil #

[View source]
def self.help_text : Nil #

[View source]
def self.list_padding_for(task_name) : String #

[View source]
def self.longest_task_name : Int32 #

[View source]
def self.register_task(task : LuckyTask::Task.class) : Nil #

[View source]
def self.run(args = ARGV, io : IO = STDERR) #

[View source]
def self.tasks : Array(LuckyTask::Task.class) #

[View source]
def self.tasks_list : String #

[View source]