We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e48c538 + 07cd73c commit c8e8581Copy full SHA for c8e8581
1 file changed
packages/cli/src/config/config.ts
@@ -166,7 +166,8 @@ export async function parseArguments(): Promise<CliArgs> {
166
if (
167
rawArgv.length > 0 &&
168
(rawArgv[0].endsWith('/dist/qwen-cli/cli.js') ||
169
- rawArgv[0].endsWith('/dist/cli.js'))
+ rawArgv[0].endsWith('/dist/cli.js') ||
170
+ rawArgv[0].endsWith('/dist/cli/cli.js'))
171
) {
172
rawArgv = rawArgv.slice(1);
173
}
0 commit comments