run_command
Execute shell commands to manage developer tasks such as git, tests, builds, and package management.
Instructions
Execute a bash shell command for developer tasks (git, tests, builds, package managers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The exact shell command line string to run. | |
| background | No | Set to true to launch process in background without blocking. |