class Drigger::Adapters::CLI::Flag

Defined in:

drigger/adapters/cli/arg_parse.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def abbr : String #

[View source]
def name : String #

[View source]
def required? : Bool #

[View source]
def to_param #

[View source]
def value : String | Nil #

[View source]
def value=(value : String | Nil) #

[View source]