execute_command
Run commands in specified shells like PowerShell, CMD, or Git Bash with a defined working directory for precise system operations.
Instructions
Execute a command in the specified shell (powershell, cmd, or gitbash)
Example usage (PowerShell):
Example usage (CMD):
Example usage (Git Bash):
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
shell | Yes | Shell to use for command execution | |
workingDir | No | Working directory for command execution (optional) |