struct

Clicr::Command(Action, Arguments, Commands, Options)

Inherits Clicr::Subcommand < Struct < Value < Object

Class methods

create(name : String, short : String, label : String | Nil = nil, description : String | Nil = nil, inherit : Array(String) | Nil = nil, exclude : Array(String) | Nil = nil, action : Action = nil, arguments : Arguments = nil, commands : Commands = nil, options : Options = nil)
Source

Instance methods

arguments
Source
description
Source
exclude
Source
exec(command_name : String, clicr : Clicr)

Executes an action, if availble.

Source
inherit
Source
label
Source
name
Source
options
Source
short
Source
sub_commands
Source

Nested types