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 35e8d26 commit 6604711Copy full SHA for 6604711
src/core/log.ts
@@ -37,7 +37,7 @@ export interface LogMessageOptions {
37
}
38
39
// deno-lint-ignore no-explicit-any
40
-export function appendLogOptions(cmd: Command): Command<any> {
+export function appendLogOptions(cmd: Command<any>): Command<any> {
41
return cmd.option(
42
"--log <level>",
43
"Path to log file",
0 commit comments