module MStrap::DSL::System
Direct including types
Defined in:
mstrap/dsl/system.crInstance Method Summary
- #cmd(env : Hash | Nil, command : String, args : Array(String) | Nil, **kwargs)
- #has_command?(command_name : String, **kwargs) : Bool
Instance Method Detail
def cmd(env : Hash | Nil, command : String, args : Array(String) | Nil, **kwargs)
#
def has_command?(command_name : String, **kwargs) : Bool
#