struct CLI::CommandRouter::Route

Defined in:

cli/command_router.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(route : String, pattern : Regex, desc : String, handler : RouteHandler) #

[View source]

Instance Method Detail

def desc : String #

[View source]
def handler : Hash(String, String) -> Nil #

[View source]
def pattern : Regex #

[View source]
def route : String #

[View source]