jcli.argbinder.binder

Undocumented in source.

Members

Aliases

PostValidator
alias PostValidator = PostValidate
Undocumented in source.
PreValidator
alias PreValidator = PreValidate
Undocumented in source.
bindArgumentSimple
alias bindArgumentSimple = bindArgument!()
Undocumented in source.

Enums

Binder
enum Binder
Undocumented in source.

Functions

universalFallbackConverter
ResultOf!T universalFallbackConverter(string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PostValidate
struct PostValidate(_validationFunctions...)
Undocumented in source.
PreValidate
struct PreValidate(_validationFunctions...)
Undocumented in source.
UseConverter
struct UseConverter(alias _conversionFunction)
Undocumented in source.

Templates

bindArgument
template bindArgument(Binders...)
Undocumented in source.
bindArgumentAcrossModules
template bindArgumentAcrossModules(Modules...)
Undocumented in source.

Meta