Improve cli help and add warning.

This commit is contained in:
Olivia Brooks
2026-01-26 14:30:41 -05:00
parent 11737e67f8
commit 7291263903

View File

@@ -27,12 +27,12 @@ pub enum Command {
#[clap(flatten)]
assertions: Assertions,
},
/// Run the tests
/// !!! BORKED !!! Run the tests
Test {
#[clap(flatten)]
assertions: Assertions,
},
/// Remove the target directory
/// Remove the target directory and caching
Clean,
}