claude-code-system-prompts/system-prompts/tool-parameter-bash-run_in_background-note.md
2026-06-12 10:12:09 -06:00

7 lines
475 B
Markdown

<!--
name: 'Tool Parameter: Bash run_in_background note'
description: Notes that Bash commands can use run_in_background when the result is not needed immediately
ccVersion: 2.1.173
-->
- You can use the `run_in_background` parameter to run the command in the background. Only use this if you don't need the result immediately and are OK being notified when the command completes later. You do not need to check the output right away - you'll be notified when it finishes.