jcli ~master (2022-03-09T18:57:21Z)
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.