struct Command
- Command
- Struct
- Value
- Object
Defined in:
command.crConstructors
- .new(command : String, args : Enumerable(String) = [] of String, shell : Bool = false)
- .parse(shell_command : String) : self
Instance Method Summary
- #add_arg(value : String) : self
- #args : Enumerable(String)
- #clone
- #command : String
- #copy_with(command _command = @command, args _args = @args, shell _shell = @shell)
- #quote : String
- #shell : Bool
Constructor Detail
Instance Method Detail
def copy_with(command _command = @command, args _args = @args, shell _shell = @shell)
#