We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0faa8 commit d56451bCopy full SHA for d56451b
1 file changed
src/cli.ts
@@ -183,8 +183,7 @@ export const cliOptions = {
183
// Marked as `false` until the feature is ready to be enabled by default.
184
default: false,
185
hidden: true,
186
- describe:
187
- 'Set to false to opt-out of usage statistics collection.',
+ describe: 'Set to false to opt-out of usage statistics collection.',
188
},
189
} satisfies Record<string, YargsOptions>;
190
0 commit comments