struct CliGen::AdditionalDefaultFlag

Defined in:

cligen.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(short : String, long : String, description : String, work : String -> ) #

Instance Method Detail

def clone #

def copy_with(short _short = @short, long _long = @long, description _description = @description, work _work = @work) #

def description : String #

def long : String #

def short : String #

def work : String -> #