struct Clear::CLI::Migration::Status::Flags
- Clear::CLI::Migration::Status::Flags
- Struct
- Value
- Object
Overview
Extend the flags struct to include the flag
Defined in:
clear/cli/migration.crConstant Summary
-
DESCRIPTIONS =
{} of String => String
-
SPECS =
{"verbose" => {kind: "bool", type: "Bool", default: "false", description: {"--verbose, -v", "Display verbose informations during execution"}, short: "v", long: "verbose", is_required: true}, "no_color" => {kind: "bool", type: "Bool", default: "false", description: {"--no-color", "Cancel color output"}, short: "nil", long: "no-color", is_required: true}, "__help__" => {kind: "bool", type: "Bool", default: "false", description: {"--help", "Displays help for the current command."}, short: "nil", long: "help", 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)