struct GetImages::Flags
- GetImages::Flags
- Struct
- Value
- Object
Overview
Extend the flags struct to include the flag
Defined in:
image-downloader.cr:5image-downloader.cr:11
Constant Summary
-
DESCRIPTIONS =
{} of String => String
-
SPECS =
{"type" => {kind: "nil", type: "String", default: "\"html\"", description: {"--type (default: \"html\")", "This will allow you to consume different dat types (eg. HTML, JSON, XML)"}, short: "nil", long: "type", 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)