Skip to content

Commit 5581c4e

Browse files
committed
fix: expose --debug-file argument
1 parent 2dbdd2d commit 5581c4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ export const cliOptions = {
5151
},
5252
logFile: {
5353
type: 'string' as const,
54-
describe: 'Save the logs to file.',
55-
hidden: true,
54+
describe: 'Save debugging logs to file. Set the env variable `DEBUG` to `*` to enable verbose logs. Useful for submitting bug reports.',
5655
},
5756
};
5857

0 commit comments

Comments
 (0)