mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
Update doc for deno fmt --no-semicolons
arg. (#21414)
Include default, like other bools. --------- Signed-off-by: John Spurlock <47259736+johnspurlock-skymethod@users.noreply.github.com>
This commit is contained in:
parent
e6e708e46c
commit
eae82b34d4
1 changed files with 3 additions and 1 deletions
|
@ -1654,7 +1654,9 @@ Ignore formatting a file by adding an ignore comment at the top of the file:
|
|||
.value_parser(value_parser!(bool))
|
||||
.default_missing_value("true")
|
||||
.require_equals(true)
|
||||
.help("Don't use semicolons except where necessary."),
|
||||
.help(
|
||||
"Don't use semicolons except where necessary. Defaults to false.",
|
||||
),
|
||||
)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue