feat: add --version flag to bakery CLI
This commit is contained in:
parent
fb1e83769d
commit
c2828d80d9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ use clap::{Parser, Subcommand};
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[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 {
|
struct Cli {
|
||||||
#[command(subcommand)]
|
#[command(subcommand)]
|
||||||
command: Cmd,
|
command: Cmd,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue