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 b228181 commit 7a9b78eCopy full SHA for 7a9b78e
packages/rspeedy/core/src/cli/commands.ts
@@ -65,6 +65,10 @@ export function apply(program: Command): Command {
65
'--watch',
66
'Enable watch mode to automatically rebuild on file changes',
67
)
68
+ .option(
69
+ '--log-level <level>',
70
+ 'Set the log level (info | warn | error | silent)',
71
+ )
72
.action(
73
(buildOptions: BuildOptions) =>
74
import('./build.js').then(({ build }) =>
0 commit comments