Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
clim
v0.17.1
Array
Clim
ClimException
ClimInvalidOptionException
ClimInvalidTypeCastException
Command
Arguments
Argument
Options
Option
SubCommands
Completion
Bash
Shell
Types
Built with Crystal 1.9.2
2023-10-08 07:50:28 UTC
class
Clim::Command::SubCommands
Clim::Command::SubCommands
Reference
Object
Defined in:
clim/command/sub_commands.cr
Constructors
.new
(sub_commands : Array(Command) =
[]
of
Command
)
Instance Method Summary
#<<
(command : Command)
#find_by_name
(name) : Array(Command)
#help_info
#to_a
: Array(Clim::Command)
Constructor Detail
def self.
new
(sub_commands :
Array
(
Command
) =
[]
of
Command
)
#
[
View source
]
Instance Method Detail
def
<<
(command :
Command
)
#
[
View source
]
def
find_by_name
(name) :
Array
(
Command
)
#
[
View source
]
def
help_info
#
[
View source
]
def
to_a
:
Array
(
Clim::Command
)
#
[
View source
]