Options (5)
-p, --promptbooleanSend the output of another command to Qwen and exit immediately
Example:
{{echo "Summarize the history of Rome"}} | qwen {{[-p|--prompt]}}-m, --modelbooleanOverride the default model (default: qwen3-coder-max)
Example:
qwen {{[-m|--model]}} {{model_name}}-s, --sandboxbooleanRun inside a sandbox container
Example:
qwen {{[-s|--sandbox]}}-i, --prompt-interactivebooleanExecute a prompt then stay in interactive mode
Example:
qwen {{[-i|--prompt-interactive]}} "{{Give me an example of recursion in Python}}"-a, --all-filesbooleanInclude all files in context
Example:
qwen {{[-a|--all-files]}}Examples (7)
Start a REPL session to chat interactively
Send the output of another command to Qwen and exit immediately
Override the default model (default: qwen3-coder-max)
qwen [-m|--model] model_nameRun inside a sandbox container
qwen [-s|--sandbox]Execute a prompt then stay in interactive mode
Include all files in context
qwen [-a|--all-files]Show memory usage in status bar
qwen --show-memory-usagemade by @shridhargupta | data from tldr-pages