pub mod gamble;
pub mod cli;
#[cfg(feature = "with_subcommand_generate_shell_completions")]
pub mod subcommand_generate_shell_completions;
#[cfg(feature = "with_subcommand_hook")]
pub mod subcommand_hook;
mod gamble_result;
mod repository;
mod command_choice;
mod commit;
mod revert;
mod git_is_required;