File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) ]
5153struct 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 {
You can’t perform that action at this time.
0 commit comments