brush version
brush 0.4.0 (cargo:0.4.0)
bash version (for comparison)
GNU bash, version 5.3.15(1)-release (x86_64-pc-cygwin)
Platform / OS
Windows
Steps to reproduce
❯ bat foo.sh
─────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: foo.sh
─────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ echo "hi"
2 │
3 │ echo "world"
─────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Actual behavior (brush)
❯ brush foo.sh
hi
error: command not found:
world
Expected behavior
Additional context
No response
brush version
brush 0.4.0 (cargo:0.4.0)
bash version (for comparison)
GNU bash, version 5.3.15(1)-release (x86_64-pc-cygwin)
Platform / OS
Windows
Steps to reproduce
Actual behavior (brush)
Expected behavior
Additional context
No response