Skip to content

Commit

Permalink
chore: ✨ Read description on the Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilovy09 committed Jan 6, 2025
1 parent e20adc1 commit 6f17dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum Commands {

#[derive(Parser)]
#[command(name = "grow")]
#[command(about = "Seeders", long_about = None)]
#[clap(author, version, about)]
struct Cli {
#[clap(subcommand)]
command: Commands,
Expand Down

0 comments on commit 6f17dac

Please sign in to comment.