module Clicr

Defined in:

clicr.cr

Macro Summary

Macro Detail

macro create(name = "app", info = "Application's description", usage_name = "Usage", commands_name = "Commands", options_name = "Options", variables_name = "Variables", help = "to show the help", help_option = "help", argument_required = "requires at least one argument", unknown_option = "unknown option", unknown_command_or_variable = "unknown command or variable", action = nil, commands = NamedTupleLiteral, arguments = ArrayLiteral, options = NamedTupleLiteral, variables = NamedTupleLiteral) #

[View source]