class Bargs::Flag

Defined in:

bargs/flag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, accepts_arg : Bool = false) #

[View source]

Instance Method Detail

def accepts_arg : Bool #

[View source]
def accepts_arg=(accepts_arg : Bool) #

[View source]
def name : String #

[View source]
def short : String? #

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

[View source]