Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
optarg
v0.1.0
Optarg
MissingValue
Model
Option
OptionSet
Parser
UnknownOption
Built with Crystal 1.9.2
2023-10-08 10:19:42 UTC
abstract class
Optarg::Option
Optarg::Option
Reference
Object
Defined in:
optarg/option.cr
Instance Method Summary
#description
: String
#is_name?
(name)
#key
#names
: Array(String)
#set_default
(result)
Instance Method Detail
def
description
: String
#
[
View source
]
def
is_name?
(name)
#
[
View source
]
def
key
#
[
View source
]
def
names
: Array(String)
#
[
View source
]
abstract def
set_default
(result)
#
[
View source
]