Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bargs
v1.0.0
Bargs
CLI
Command
Flag
ProcessedFlag
ProcessedInput
Processor
Utils
Built with Crystal 1.9.2
2023-10-08 07:41:38 UTC
class
Bargs::ProcessedFlag
Bargs::ProcessedFlag
Reference
Object
Defined in:
bargs/processed_flag.cr
Constructors
.new
(name : String, arg : String | Nil)
Instance Method Summary
#arg
: String?
#has_arg?
#name
: String
Constructor Detail
def self.
new
(name : String, arg : String | Nil)
#
[
View source
]
Instance Method Detail
def
arg
: String?
#
[
View source
]
def
has_arg?
#
[
View source
]
def
name
: String
#
[
View source
]