Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
optarg
v0.1.4
Optarg
Definition
DefinitionSet
Handler
MissingValue
Model
Option
Parser
UnknownOption
Built with Crystal 1.9.2
2023-10-09 00:37:55 UTC
abstract class
Optarg::Handler
Optarg::Handler
Optarg::Definition
Reference
Object
Defined in:
optarg/handler.cr
Constructors
.new
(names, description =
nil
)
Instance methods inherited from class
Optarg::Definition
description : String?
description
,
is_name?(name)
is_name?
,
key
key
,
names : Array(String)
names
Constructor Detail
def self.
new
(names, description =
nil
)
#
[
View source
]