fauxnix_translate
Translate a bash command into the equivalent PowerShell script without executing it. Useful for learning how bash-to-PowerShell conversion works.
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) |