mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
fix arg
This commit is contained in:
parent
6a62167f79
commit
73848d3867
3 changed files with 188 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class TransportOptionsAdapter {
|
|||
}
|
||||
|
||||
if (transportOptions.getPermissionMode() != null) {
|
||||
args.add("--permission-mode");
|
||||
args.add("--approval-mode");
|
||||
args.add(transportOptions.getPermissionMode().getValue());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue