diff --git a/src/cli.rs b/src/cli.rs index dc7f144..574fb65 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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, }