Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cli-mate
master
Cli
Mate
CliMate
Command
CommonDeclarations
ExitCommand
HelpCommand
Helpers
ExitException
HistoryCommand
Options
OptionsCommand
Runner
TimeCommand
String
Built with Crystal 1.9.2
2023-10-07 17:40:44 UTC
module
CliMate::CommonDeclarations
Direct including types
CliMate::Command
CliMate::Runner
Defined in:
cli.cr
Instance Method Summary
#commands
#commands=
(commands)
#default
#name
#parser_options
(parser)
Macro Summary
default
(name)
name
(text)
options
(model, &block)
Instance Method Detail
def
commands
#
[
View source
]
def
commands=
(commands)
#
[
View source
]
def
default
#
[
View source
]
def
name
#
[
View source
]
def
parser_options
(parser)
#
[
View source
]
Macro Detail
macro
default
(name)
#
[
View source
]
macro
name
(text)
#
[
View source
]
macro
options
(model, &block)
#
[
View source
]