We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e0d58 commit ba52942Copy full SHA for ba52942
2 files changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run example
42
shell: bash
43
run: just run-guest
44
- - name: Test scaffold
+ - name: Test `new` subcommand
45
46
run: just test-new
47
tests/new.rs
@@ -7,7 +7,7 @@ fn cargo_hyperlight() -> Command {
7
cmd
8
}
9
10
-/// Cargo command for scaffolded projects. Removes CARGO_TARGET_DIR so each
+/// Cargo command for generated projects. Removes CARGO_TARGET_DIR so each
11
/// project uses its own target/, matching how users actually run the commands.
12
fn cargo() -> Command {
13
let mut cmd = Command::new(env!("CARGO"));
0 commit comments