Expand description
Per-subcommand command layer (rules clap CAMADA 2).
CLI types live in crate::cli; this module owns the dispatch entry so
main / lib::run route through a stable command surface.
Modules§
- completions
- Completions generation.
- exec
- Exec-family handlers (domain:
crate::vpsexec_ops). - health
- Health-check handler.
- scp
- SCP handlers.
- secrets
- Secrets handlers.
- sftp
- SFTP handlers (G-SFTP).
- tunnel
- Tunnel handler.
- vps
- VPS inventory handlers.
Functions§
- run
- Runs the requested subcommand (command-layer entry).