struct HelloWorld::Check::Flags
- HelloWorld::Check::Flags
- Struct
- Value
- Object
Overview
Extend the flags struct to include the flag
Defined in:
caravel.cr:11caravel.cr:12
Constant Summary
-
DESCRIPTIONS =
{} of String => String
-
SPECS =
{"is_recursive" => {kind: "bool", type: "Bool", default: "false", description: {"--recursive", ""}, short: "nil", long: "recursive", is_required: true}} of String => NamedTuple(kind: String, type: String, default: String, description: Tuple(String, String | ::Nil), short: String | ::Nil, long: String, is_required: Bool)