module Command
Extended Modules
Defined in:
command.crInstance Method Summary
-
#parse_command(command : String, url : String) : Tuple(String, Array(String))
Parses command and splits it up into the command and arguments
Instance Method Detail
def parse_command(command : String, url : String) : Tuple(String, Array(String))
#
Parses command and splits it up into the command and arguments