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
module
Bargs::Processor
Direct including types
Bargs::CLI
Defined in:
bargs/processor.cr
Constant Summary
LONG_REGEX
=
/--[a-z]+ ?[a-z]+/
SHORT_REGEX
=
/\ -[a-z]/
Instance Method Summary
#parse_flags
(command_name)
#process
Instance Method Detail
def
parse_flags
(command_name)
#
[
View source
]
def
process
#
[
View source
]