shorten cli entry command derive

This commit is contained in:
Breval Ferrari 2025-05-15 15:59:49 +02:00
parent 69b6bf9d0f
commit 283c6a7dd6

View file

@ -6,9 +6,7 @@ fn main() {
} }
#[derive(Parser)] #[derive(Parser)]
#[command(version)] #[command(version, author, about)]
#[command(author)]
#[command(about)]
struct Cli { struct Cli {
name: String, name: String,
} }