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 b89d0aa commit 13ddc62Copy full SHA for 13ddc62
src/cli/cli.ts
@@ -122,7 +122,7 @@ async function runUIViewerCommand(options: any, version: string): Promise<void>
122
.option('--exclude [excludes...]', 'exclude bundle name')
123
.option('--llm', 'start llm policy', false)
124
.option('--simK <number>', '', '8')
125
- .option('--staticConfig <file>', '��̬�������������ļ�·��')
+ .option('--staticConfig <file>', 'Path to static configuration file')
126
.action(async (cmdOptions) => {
127
try {
128
await runFuzzCommand(cmdOptions);
0 commit comments