struct Stack::Deploy::Flags

Overview

Extend the flags struct to include the flag

Defined in:

stack/deploy.cr:4
stack/deploy.cr:5

Constant Summary

DESCRIPTIONS = {} of String => String
SPECS = {"compose_file" => {kind: "nil", type: "String", default: "\"docker-compose.yaml\"", description: {"--compose-file, -c (default: \"docker-compose.yaml\")", ""}, short: "c", long: "compose-file", 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)

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : Admiral::Command) #

Instance Method Detail

def compose_file #

[View source]
def inspect(io) #

[View source]
def validate!(command) #