Skip to content

Commit cfb6422

Browse files
committed
Add --log-level=debug to the command line help
1 parent ff228b5 commit cfb6422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function appendLogOptions(cmd: Command<any>): Command<any> {
5555
},
5656
).option(
5757
"--log-level <level>",
58-
"Log level (info, warning, error, critical)",
58+
"Log level (debug, info, warning, error, critical)",
5959
{
6060
global: true,
6161
},

0 commit comments

Comments
 (0)