We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbdd2d commit 5581c4eCopy full SHA for 5581c4e
src/cli.ts
@@ -51,8 +51,7 @@ export const cliOptions = {
51
},
52
logFile: {
53
type: 'string' as const,
54
- describe: 'Save the logs to file.',
55
- hidden: true,
+ describe: 'Save debugging logs to file. Set the env variable `DEBUG` to `*` to enable verbose logs. Useful for submitting bug reports.',
56
57
};
58
0 commit comments