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)]
#[command(version)]
#[command(author)]
#[command(about)]
#[command(version, author, about)]
struct Cli {
name: String,
}