diff --git a/bakery/src/main.rs b/bakery/src/main.rs index 4a3456a..30066d0 100644 --- a/bakery/src/main.rs +++ b/bakery/src/main.rs @@ -9,7 +9,7 @@ use clap::{Parser, Subcommand}; use std::path::PathBuf; #[derive(Parser)] -#[command(name = "bakery", about = "Package manager for the bread ecosystem")] +#[command(name = "bakery", about = "Package manager for the bread ecosystem", version)] struct Cli { #[command(subcommand)] command: Cmd,