class

LuckyTask::Runner

Inherits Reference < Object

Class methods

exit_with_error_if_not_found=(exit_with_error_if_not_found : Bool)
Source
exit_with_error_if_not_found?
Source
find_task(task_name : String) : LuckyTask::Task | Nil
Source
help_text
Source
list_padding_for(task_name) : String
Source
longest_task_name
Source
register_task(task : LuckyTask::Task.class) : Nil
Source
run(args = ARGV, io : IO = STDERR)
Source
tasks
Source
tasks_list
Source