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 8983d4c commit 6bca0a0Copy full SHA for 6bca0a0
packages/rspeedy/core/src/cli/commands.ts
@@ -43,6 +43,10 @@ function applyCommonOptions(command: Command) {
43
'-r --root <root>',
44
'set the project root directory (absolute path or relative to cwd)',
45
)
46
+ .option(
47
+ '--log-level <level>',
48
+ 'Set the log level (info | warn | error | silent)',
49
+ )
50
}
51
52
function resolveRoot(cwd: string, root?: string): string {
0 commit comments