From 72912639031d65ea00e4c92e5a3bb25c1b33c0a3 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:30:41 -0500 Subject: [PATCH] Improve cli help and add warning. --- src/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }