abstract class Optarg::Handler

Defined in:

optarg/handler.cr

Instance Method Summary

Instance methods inherited from class Optarg::Definition

group : Symbol group, is_name?(name) is_name?, key key, metadata : Metadata metadata, names : Array(String) names, parse(args, index, data)
parse(arg, data)
parse
, type type

Constructor methods inherited from class Optarg::Definition

new(names : Array(String), metadata = nil, group = nil) new

Instance Method Detail

def type #

[View source]