From c33d396489c47b2d0b0f4b59e59334aee2797329 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Sun, 29 Sep 2024 09:03:26 +0800 Subject: [PATCH] docs: --only is no longer experimental (#919) --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 4a4c3105..93289558 100644 --- a/src/config.rs +++ b/src/config.rs @@ -743,7 +743,7 @@ pub struct CommandLineArgs { #[arg(long = "disable", value_name = "STEP", value_enum, num_args = 1..)] disable: Vec, - /// Perform only the specified steps (experimental) + /// Perform only the specified steps #[arg(long = "only", value_name = "STEP", value_enum, num_args = 1..)] only: Vec,