Merge GUI and CLI executables #799
Labels
component: backend
Rust/Tauri backend
type: bug
Something isn't working
type: enhancement
New feature or request
We want to make the main GUI executable support CLI arguments. We had to split them up because Windows wasn't redirecting stdout properly in the CLI app when the console is deallocated (we do that so the GUI doesn't also open a console window).
Perhaps std::freopen() would let us keep stdout working without a console.
The text was updated successfully, but these errors were encountered: