Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge GUI and CLI executables #799

Open
calcmogul opened this issue Oct 1, 2024 · 0 comments
Open

Merge GUI and CLI executables #799

calcmogul opened this issue Oct 1, 2024 · 0 comments
Labels
component: backend Rust/Tauri backend type: bug Something isn't working type: enhancement New feature or request

Comments

@calcmogul
Copy link
Member

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.

@calcmogul calcmogul added type: bug Something isn't working type: enhancement New feature or request component: backend Rust/Tauri backend labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: backend Rust/Tauri backend type: bug Something isn't working type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant