module Command

Extended Modules

Defined in:

command.cr

Instance Method Summary

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


[View source]