瀏覽代碼

docs(clean): fix copy-paste docs from `build` (#1240)

Brian Donovan 1 年之前
父節點
當前提交
dc7e1a5f13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/cli/src/cli/clean.rs

+ 1 - 1
packages/cli/src/cli/clean.rs

@@ -1,6 +1,6 @@
 use super::*;
 
-/// Build the Rust WASM app and all of its assets.
+/// Clean build artifacts.
 #[derive(Clone, Debug, Parser)]
 #[clap(name = "clean")]
 pub struct Clean {}