class SimpleLucky::Task

Defined in:

simple-lucky.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(desc : Nil | String, name : String, *args, &block : self, Task::Params -> ) #

[View source]

Instance Method Detail

def desc : String | Nil #

[View source]
def exec(task_args : Array(String) | Nil) #

[View source]
def name : String #

[View source]
def print_task(target, your_binary_name, namespace) #

[View source]