Skip to content

Commit

Permalink
Merge pull request #430 from homeworkprod-forks/update-formatting-opt…
Browse files Browse the repository at this point in the history
…ions-link

Update link to formatting options shown in formatter help
  • Loading branch information
panekj committed Jul 8, 2023
2 parents 3d80fe2 + baf61f6 commit 788cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/taplo-cli/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub struct FormatCommand {

/// A formatter option given as a "key=value", can be set multiple times.
///
/// The valid options and values are available here: https://taplo.tamasfe.dev/configuration/#formatting-options.
/// The valid options and values are available here: https://taplo.tamasfe.dev/configuration/formatter-options.html
#[clap(long = "option", short)]
pub options: Vec<String>,

Expand Down

0 comments on commit 788cd0b

Please sign in to comment.