class Drigger::Adapters::CLI::Param

Included Modules

Defined in:

drigger/adapters/cli/param.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, abbr : String, required : Bool, value : Nil | String = nil) #

[View source]

Class Method Detail

def self.__new(state : LibLua::State) : Int32 #

Instance Method Detail

def _call(key) #

def abbr : String #

[View source]
def name : String #

[View source]
def required? : Bool #

[View source]
def value : String | Nil #

[View source]