Expand description
CLI definition — clap derive with subcommands.
Mirrors the Go cobra command tree: root (raw mode) + shortcuts + auth/media/webhook/version subcommands.
Re-exports§
pub use runner::run;pub use runner::run_argv;pub use runner::run_with_store_path;pub use crate::output::OutputFormat;pub use crate::skill_install::SkillHost;
Modules§
- commands
- Command execution — dispatches CLI commands to API functions.
- exit_
codes - Re-exports from the library’s error module for binary-internal use.
- runner
- Library CLI entrypoints — the canonical implementation lives in
run_with_store_path;runandrun_argvare layered wrappers.
Structs§
- Cli
- Auth-enabled curl-like interface for the X API.
- Common
Flags - Common flags shared by shortcut commands.
Enums§
- AppCommands
- App management subcommands.
- Auth
Commands - Auth subcommands.
- Color
Choice - Color output choice. Honored by
OutputConfigtogether withNO_COLORand TTY detection. - Commands
- All subcommands.
- Media
Commands - Media subcommands.
- Redirect
UriCommands auth apps redirect-urisubcommands.- Skill
Cmd skillsubcommand variants.