Skip to content

Commit

Permalink
feat(cli): add about blurb and --version to --help
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Oct 27, 2023
1 parent 9415558 commit d45337f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/moz-webgpu-cts/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use whippit::{
};

#[derive(Debug, Parser)]
#[command(about, version)]
struct Cli {
#[clap(long)]
gecko_checkout: Option<PathBuf>,
Expand Down

0 comments on commit d45337f

Please sign in to comment.