struct OIJ::CLI::GenerateInput::Arguments

Included Modules

Defined in:

oij.cr:224
oij.cr:226
oij.cr:227

Constant Summary

SPECS = {"generator" => {type: "Path", description: {"generator (required)", ""}, default: "nil", is_required: true}, "count" => {type: "Int32", description: {"count", ""}, default: "100", is_required: false}} 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 count : Int32 | Nil #

[View source]
def each(*args, **options) #

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

def exists?(name : Symbol) #

def generator : Path #

[View source]
def get(name : Symbol) #

def get?(name : Symbol) #

def inspect(io) #

[View source]
def rest : Array(String) #

def validate!(command : Admiral::Command) #

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

[View source]