Expand description
caliban plugin {install,list,enable,disable,remove,info,update} impl.
The CLI sub-binary delegates each subcommand into a free function that
takes a configurable Cli context (so tests can drive it without spawning
a subprocess). The binary wires these into clap in caliban/src/main.rs.
Structs§
- Cli
- CLI execution context. Tests construct one directly; the binary
constructs one from
clapargs. - Listed
Plugin - Outcome row shown by
list.