Module garden::cmds::cmd

source ·
Expand description

Configuration-defined commands

Structs

Run one or more custom commands over a tree query
CmdParams are used to control the execution of run_cmd_vec().
Run custom garden commands

Functions

Strategy: resolve the trees down to a set of tree indexes paired with an an optional garden context.
Run cmd() over a Vec of tree queries
Main entry point for garden cmd <query> <command>....
Main entry point for garden <command> <query>....