forked from Cutieguwu/raven
Improve cli help and add warning.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user