Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cling
v3.0.0
Cling
Argument
Arguments
Command
CommandError
Error
ExecutionError
Executor
Formatter
Options
MainCommand
Option
Type
Options
Parser
Options
Result
Kind
ParserError
Value
Type
ValueNotFound
Built with Crystal 1.9.2
2023-10-08 07:50:35 UTC
enum
Cling::Parser::Result::Kind
Overview
Represents the kind of the result.
Defined in:
cling/parser.cr
Enum Members
Argument
=
0
ShortFlag
=
1
LongFlag
=
2
Instance Method Summary
#argument?
#long_flag?
#short_flag?
Instance Method Detail
def
argument?
#
[
View source
]
def
long_flag?
#
[
View source
]
def
short_flag?
#
[
View source
]