mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
docs: update and reorganize documentation (#806)
This commit is contained in:
parent
dcaecde844
commit
63757d6a7a
15 changed files with 170 additions and 163 deletions
|
|
@ -38,3 +38,4 @@ This document provides details on the shell tool.
|
|||
- **Security:** Be cautious when executing commands, especially those constructed from user input, to prevent security vulnerabilities.
|
||||
- **Interactive Commands:** Avoid commands that require interactive user input, as this can cause the tool to hang. Use non-interactive flags if available (e.g., `npm init -y`).
|
||||
- **Error Handling:** Check the `Stderr`, `Error`, and `Exit Code` fields to determine if a command executed successfully.
|
||||
- **Background Processes:** When a command is run in the background with `&`, the tool will return immediately and the process will continue to run in the background. The `Background PIDs` field will contain the process ID of the background process.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue