check_command_code
Verify whether a command exists on your system before executing it in VS Code workflows. Avoid errors from missing dependencies by checking command availability upfront.
Instructions
Check if a command is available on the system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to check |