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
Options like -b/--bottle and -e/--executable are completely ignored.
Options parsing works on bottles-cli, this issue only happens on the main app binary that uses a different CLI options parsing implementation.
To Reproduce
# Will open the main window of the Bottles app instead of the exe
flatpak run com.usebottles.bottles -e /path/to/executable.exe
# Will open the window to choose a bottle instead of launching the exe on the specified bottle
flatpak run com.usebottles.bottles -b my-bottle /path/to/executable.exe
Describe the bug
Options like -b/--bottle and -e/--executable are completely ignored.
Options parsing works on
bottles-cli
, this issue only happens on the main app binary that uses a different CLI options parsing implementation.To Reproduce
Package
Flatpak from Flathub
Distribution
Fedora 41 Silverblue
Debugging Information
Troubleshooting Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: