jcli ~master (2022-06-06T00:15:57.9757234)
Dub
Repo
matchAndExecuteAcrossModules
jcli
commandgraph
cli
Uses the bottom-up command gathering approach.
template
matchAndExecuteAcrossModules (
Modules
...
) {
alias
bind
=
bindArgumentAcrossModules
!
Modules
;
alias
Types
=
AllCommandsOf
!
Modules
;
alias
matchAndExecuteAcrossModules
=
matchAndExecute
!(
bind
,
BottomUpCommandTypeGraph
!
Types
)
;
}
Members
Aliases
Types
alias
Types
=
AllCommandsOf
!
Modules
Undocumented in source.
bind
alias
bind
=
bindArgumentAcrossModules
!
Modules
Undocumented in source.
matchAndExecuteAcrossModules
alias
matchAndExecuteAcrossModules
=
matchAndExecute
!(
bind
,
BottomUpCommandTypeGraph
!
Types
)
Undocumented in source.
Meta
Source
See Implementation
jcli
commandgraph
cli
functions
executeSingleCommand
mixin templates
SingleCommandMain
templates
matchAndExecute
matchAndExecuteAcrossModules
matchAndExecuteFromRootCommands
Uses the bottom-up command gathering approach.