You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can also keep it suppressed, and still log stuff for debugging or bug reports by making a function that appends the current datetime + a message to a file
That also sounds good! Do you think there is a need for keeping the command line available at all? I mean as of now we provide pretty much every feature in the GUI too and there will be no user without a desktop environment who will want to generate a Minecraft world :D
That also sounds good! Do you think there is a need for keeping the command line available at all? I mean as of now we provide pretty much every feature in the GUI too and there will be no user without a desktop environment who will want to generate a Minecraft world :D
on a second thought you're right, people running this in a headless linux server might want to run the cli only
Due to the recently added cfg_attr used by Tauri, the command line gets suppressed.
arnis/src/main.rs
Line 1 in 278c7a2
If there is still a demand for the CLI, we need to find a way to let the user choose between using the GUI or the CLI.
The text was updated successfully, but these errors were encountered: