Skip to main content

Crate changepacks_cli

Crate changepacks_cli 

Source
Expand description

§changepacks-cli

Command-line interface for the changepacks version management tool.

Provides clap-based argument parsing, interactive prompts via inquire, and async command handlers for check, update, publish, config, and init operations. All commands use the Prompter trait for testability and support colored terminal output.

Re-exports§

pub use prompter::UserCancelled;

Modules§

commands
options
prompter

Structs§

CommandContext
Shared setup context for all CLI commands.

Functions§

main
Errors