jcli v0.21.0 (2021-08-25T09:08:24Z)
Dub
Repo
ArgBinder
jcli
argbinder
binder
Undocumented in source.
abstract
class
ArgBinder (
Modules
...
) {
alias
ToBinder
(
alias
M
)
=
getSymbolsByUDA
!(
M
,
Binder
)
;
alias
Binders
=
staticMap
!(
ToBinder
,
AliasSeq
!(
Modules
,
jcli
.
argbinder
.
binder
))
;
static
Result
bind
(string str, ArgIntrospectT.CommandT command);
}
Members
Aliases
Binders
alias
Binders
=
staticMap
!(
ToBinder
,
AliasSeq
!(
Modules
,
jcli
.
argbinder
.
binder
))
Undocumented in source.
ToBinder
alias
ToBinder
(
alias
M
)
=
getSymbolsByUDA
!(
M
,
Binder
)
Undocumented in source.
Static functions
bind
Result
bind
(string str, ArgIntrospectT.CommandT command)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
jcli
argbinder
binder
classes
ArgBinder
functions
binderBool
binderString
binderTo
structs
BindWith
Binder
PostValidator
PreValidator