Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cli
v2.0.0
CLI
ArgsInput
Argument
Command
CommandError
Error
ExecutionError
Executor
Formatter
Options
MainCommand
Option
OptionsInput
Parser
Options
Result
ResultKind
ParserError
Value
Type
Built with Crystal 1.9.2
2023-10-08 10:19:11 UTC
enum
CLI::Parser::ResultKind
Overview
Represents the kind of the result.
Defined in:
cli/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
]