module Sam::Execution

Direct including types

Defined in:

sam/execution.cr

Instance Method Summary

Instance Method Detail

def execute(name, hash : Args::AllowedHash, arr : Array(Args::AllowedTypes)) #

[View source]
def execute(name, args : Args) #

Invoke the task even if it has been invoked.


[View source]
def execute(name, hash : Args::AllowedHash) #

[View source]
def execute(name, *args) #

[View source]
abstract def find(path : String) #

[View source]
def find!(path : String) #

[View source]
def invoke(name, hash : Args::AllowedHash, arr : Array(Args::AllowedTypes)) #

[View source]
def invoke(name, args : Args) #

Invoke the task if it is needed.


[View source]
def invoke(name, hash : Args::AllowedHash) #

[View source]
def invoke(name, *args) #

[View source]