Skip to main content

Module cli

Module cli 

Source
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 clap args.
ListedPlugin
Outcome row shown by list.