module Toka
Defined in:
toka.crtoka/converter.cr
toka/error.cr
toka/help_page_renderer.cr
toka/internal_helper.cr
toka/toka_option.cr
toka/toka_option_descriptor.cr
toka/version.cr
Constant Summary
-
VERSION =
"0.1.2"
Class Method Summary
-
._convert_value(raw, converter, name, error_args)
Internal helper.
-
._fetch_value(name, option, value, strings, index)
Internal helper.
Macro Summary
-
_convert_and_verify(raw, verifier, converter, name, strings, index, option)
Internal helper.
-
_maybe_fetch_value(name, type, bool_default)
Internal helper.
-
_read_value(target, name, config, bool_default)
Internal helper.
-
mapping(options, info = {banner: nil, footer: nil, help: true, colors: true})
Creates an option parser.
Class Method Detail
Macro Detail
macro _convert_and_verify(raw, verifier, converter, name, strings, index, option)
#
Internal helper. Do not use.