File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # qwen
2
+
3
+ > Launch an interactive prompt with Qwen3-Coder.
4
+ > See also: ` gemini ` .
5
+ > More information: < https://github.com/QwenLM/qwen-code > .
6
+
7
+ - Start a REPL session to chat interactively:
8
+
9
+ ` qwen `
10
+
11
+ - Send the output of another command to Qwen and exit immediately:
12
+
13
+ ` {{echo "Summarize the history of Rome"}} | qwen {{[-p|--prompt]}} `
14
+
15
+ - Override the default model (default: qwen3-coder-max):
16
+
17
+ ` qwen {{[-m|--model]}} {{model_name}} `
18
+
19
+ - Run inside a sandbox container:
20
+
21
+ ` qwen {{[-s|--sandbox]}} `
22
+
23
+ - Execute a prompt then stay in interactive mode:
24
+
25
+ ` qwen {{[-i|--prompt-interactive]}} "{{Give me an example of recursion in Python}}" `
26
+
27
+ - Include all files in context:
28
+
29
+ ` qwen {{[-a|--all-files]}} `
30
+
31
+ - Show memory usage in status bar:
32
+
33
+ ` qwen --show-memory-usage `
You can’t perform that action at this time.
0 commit comments