forked from Cutieguwu/raven
Improve cli help and add warning.
This commit is contained in:
@@ -27,12 +27,12 @@ pub enum Command {
|
|||||||
#[clap(flatten)]
|
#[clap(flatten)]
|
||||||
assertions: Assertions,
|
assertions: Assertions,
|
||||||
},
|
},
|
||||||
/// Run the tests
|
/// !!! BORKED !!! Run the tests
|
||||||
Test {
|
Test {
|
||||||
#[clap(flatten)]
|
#[clap(flatten)]
|
||||||
assertions: Assertions,
|
assertions: Assertions,
|
||||||
},
|
},
|
||||||
/// Remove the target directory
|
/// Remove the target directory and caching
|
||||||
Clean,
|
Clean,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user