Skip to content

Commit af92bc7

Browse files
committed
Hide --test and --test-script flags
1 parent a558ec6 commit af92bc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/commands/fix/cmd-fix.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,13 @@ Available styles:
128128
type: 'boolean',
129129
default: false,
130130
description: 'Verify the fix by running unit tests',
131+
hidden: true,
131132
},
132133
testScript: {
133134
type: 'string',
134135
default: 'test',
135136
description: "The test script to run for fix attempts (default 'test')",
137+
hidden: true,
136138
},
137139
},
138140
help: (command, config) => `

0 commit comments

Comments
 (0)