Expand description
CLI argument definitions and command dispatchers.
Defines Cli, Command, and KeysOperation via clap derives,
plus the async dispatcher functions that call into crate::api,
crate::storage, and crate::output.
Structs§
- Cli
- Top-level CLI entry point parsed by
clap.
Enums§
- Command
- Top-level subcommands.
- Keys
Operation - Operations available under the
keyssubcommand.
Functions§
- run_
docs - Dispatches the
docssubcommand — fetches library documentation via the API. - run_
keys - Dispatches
keyssubcommand operations — no HTTP client or API keys needed. - run_
library - Dispatches the
librarysubcommand — searches libraries via the API.