Skip to content

Commit

Permalink
docs: --only is no longer experimental (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Sep 29, 2024
1 parent f6d2ba4 commit c33d396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ pub struct CommandLineArgs {
#[arg(long = "disable", value_name = "STEP", value_enum, num_args = 1..)]
disable: Vec<Step>,

/// Perform only the specified steps (experimental)
/// Perform only the specified steps
#[arg(long = "only", value_name = "STEP", value_enum, num_args = 1..)]
only: Vec<Step>,

Expand Down

0 comments on commit c33d396

Please sign in to comment.