Skip to content

Commit abd5226

Browse files
Defaulting back the "--experimental-ternaries" flag to "false", since that seems what the stable cli is actually using
1 parent f2c7ca4 commit abd5226

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ const makeBin = (): Bin => {
4141
section: "Format",
4242
enum: ["lf", "crlf", "cr", "auto"],
4343
})
44-
.option("--no-experimental-ternaries", 'Don\'t use curious ternaries, with the question mark after the condition\nDefaults to "true"', {
44+
.option("--experimental-ternaries", 'Use curious ternaries, with the question mark after the condition\nDefaults to "false"', {
4545
section: "Format",
46-
default: true,
4746
})
4847
.option("--html-whitespace-sensitivity <css|strict|ignore>", 'How to handle whitespaces in HTML\nDefaults to "css"', {
4948
section: "Format",

0 commit comments

Comments
 (0)