Skip to main content

Module cli_specs

Module cli_specs 

Source
Expand description

Static metadata for supported CLI adapters.

Single source of truth for per-CLI registration data shared by beam-cli (setup wizard), beam-daemon (zellij adopt, workflow resume), and beam-worker (spawn env, prompt passing). Adding a new CLI adapter requires exactly one new row in CLI_SPECS here (plus the adapter implementation in beam-worker).

Structs§

CliSpec
Static description of one supported CLI.

Constants§

CLI_SPECS
All supported CLIs, in setup-wizard display order.

Functions§

cli_spec
Look up the spec for a CLI id. Returns None for unknown ids.