Dauthdaert / chest

Multiplatform CLI command organizer, written in rust and inspired by hoard
https://dauthdaert.github.io/chest/
MIT License
1 stars 0 forks source link

Fix error output when program panics #30

Closed Dauthdaert closed 8 months ago

Dauthdaert commented 8 months ago

Use Stdout for redirection so that messages on Stderr don't end up in the next prompt on panic.