Skip to content

Commit ee06399

Browse files
docs: add description to CLI
1 parent b16d8f4 commit ee06399

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

moz-webgpu-cts/src/main.rs

Lines changed: 2 additions & 0 deletions
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 {

0 commit comments

Comments
 (0)