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
Bug description
i have cli tool that controls mpv thought socket. I wanted to add simple player window so i added flag for that -g but when running it with that flag using cargo run -- -g or . /target/debug/bin_name -g it will exit with code 1. But when changing it to run without any args it creates window as it should.
Bug description
i have cli tool that controls mpv thought socket. I wanted to add simple player window so i added flag for that
-g
but when running it with that flag usingcargo run -- -g
or. /target/debug/bin_name -g
it will exit with code 1. But when changing it to run without any args it creates window as it should.Backtrace
bug.txt
The text was updated successfully, but these errors were encountered: