fauxnix_translate
Translate bash commands into PowerShell scripts for debugging and learning, without executing them.
Instructions
Translate a bash-style command into the equivalent PowerShell script WITHOUT executing it. Useful for learning/debugging what fauxnix does under the hood.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The bash-style command line to translate (never executed) |