struct Main::Arguments

Included Modules

Defined in:

main.cr:5
main.cr:8
main.cr:12
main.cr:16

Constant Summary

SPECS = {"name" => {type: "String", description: {"name (required)", "The name of the server"}, default: "nil", is_required: true}, "ip" => {type: "String", description: {"ip (required)", "The IP address of the server"}, default: "nil", is_required: true}, "system_name" => {type: "String", description: {"system_name (required)", "The special name of the component in the Kubernetes system"}, default: "nil", is_required: true}} of String => NamedTuple(type: String, description: Tuple(String, String | ::Nil), default: String, is_required: Bool)

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def [](*args, **options) #

def [](*args, **options, &) #

def each(*args, **options) #

def each(*args, **options, &) #

def exists?(name : Symbol) #

def get(name : Symbol) #

def get?(name : Symbol) #

def inspect(io) #

[View source]
def ip : String #

[View source]
def name : String #

[View source]
def system_name : String #

[View source]
def validate!(command : Admiral::Command) #

def value_from_spec(command : Admiral::Command, *, arg : String, type, default, is_required : Bool) #

[View source]