We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a558ec6 commit af92bc7Copy full SHA for af92bc7
1 file changed
src/commands/fix/cmd-fix.mts
@@ -128,11 +128,13 @@ Available styles:
128
type: 'boolean',
129
default: false,
130
description: 'Verify the fix by running unit tests',
131
+ hidden: true,
132
},
133
testScript: {
134
type: 'string',
135
default: 'test',
136
description: "The test script to run for fix attempts (default 'test')",
137
138
139
140
help: (command, config) => `
0 commit comments