📝 docs(cli): improve config subcommand documentation

- clarify the purpose of the config subcommand
- correct spelling error: "behaviour"
This commit is contained in:
Jeremiah Russell
2025-10-25 22:46:12 +01:00
committed by Jeremiah Russell
parent dcfae4517b
commit 03b6bdfaa6

View File

@@ -139,7 +139,7 @@ enum SubCmds {
/// - **Action setting**: Specify trash or delete actions
/// - **Rule modification**: Update existing rule parameters
///
/// The config subcommand enables fine-grained control over rule behavior
/// The config subcommand enables fine-grained control over rule behaviour
/// and provides validation to ensure rules are properly configured
/// before execution.
#[clap(name = "config")]