Skip to content

Commit 38e10e6

Browse files
feat(process_reports): rename to update-expected, keep process-reports alias
1 parent bc82253 commit 38e10e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

moz-webgpu-cts/src/main.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ enum Subcommand {
7575
/// With both steps, you may delete the local copies of these reports after being processed
7676
/// with `process-reports`. You should not need to re-process them unless you have made an
7777
/// error in following these steps.
78-
ProcessReports {
78+
#[clap(alias = "process-reports")]
79+
UpdateExpected {
7980
/// Direct paths to report files to be processed.
8081
report_paths: Vec<PathBuf>,
8182
/// Cross-platform `wax` globs to enumerate report files to be processed.
@@ -189,7 +190,7 @@ fn run(cli: Cli) -> ExitCode {
189190
}
190191

191192
match subcommand {
192-
Subcommand::ProcessReports {
193+
Subcommand::UpdateExpected {
193194
report_globs,
194195
report_paths,
195196
preset,

0 commit comments

Comments
 (0)