Skip to content

Commit a07bf95

Browse files
Merge pull request #102 from ErichDonGubler/cli-docs
Add description to CLI
2 parents b16d8f4 + af2e608 commit a07bf95

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

moz-webgpu-cts/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ use whippit::{
4646
reexport::chumsky::{self, prelude::Rich},
4747
};
4848

49+
/// An extremely fast (but opinionated) tool for working with WPT metadata while developing an
50+
/// implementation of WebGPU in a web browser.
4951
#[derive(Debug, Parser)]
5052
#[command(about, version)]
5153
struct Cli {
@@ -74,7 +76,7 @@ enum Subcommand {
7476
/// --preset=same-fx …` against the runs' new reports. Repeat as necessary.
7577
///
7678
/// With both steps, you may delete the local copies of these reports after being processed
77-
/// with `process-reports`. You should not need to re-process them unless you have made an
79+
/// with `update-expected`. You should not need to re-process them unless you have made an
7880
/// error in following these steps.
7981
#[clap(alias = "process-reports")]
8082
UpdateExpected {

0 commit comments

Comments
 (0)