mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
drop restriction on whitespace in bash commands (#272)
This commit is contained in:
parent
a588d5cd10
commit
5344853344
2 changed files with 1 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
This tool executes a given shell command as `bash -c <command>`.
|
||||
Command can be any valid single-line Bash command.
|
||||
Command can start background processes using `&`.
|
||||
Command is executed as a subprocess.
|
||||
Command itself is executed as a subprocess.
|
||||
|
||||
The following information is returned:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue