Expand description
Bash-to-fish translator.
Walks the AST produced by crate::parser::Parser and emits equivalent
fish shell code. Unsupported constructs produce TranslateError::Unsupported.
Enums§
- Translate
Error - Error produced during bash-to-fish translation.
Functions§
- translate_
bash_ to_ fish - Translate a bash command string to equivalent fish shell syntax.