LogosLinuxInstaller
LogosLinuxInstaller copied to clipboard
Feature: Utility to output the full CLI command
It would be good to have a simple tool that outputs the WINEPREFIX and the wine command as a single string.
Use case: I am attempting to debug Wine/Logos itself rather than Ou Dedetai. Being able to extract the command the program is running would help when iterating.
Doesn't the command --wine do this?
We might need to add the double dash convention to parse the string we're sending to wine properly https://ruheni.dev/writing/double-dash-delimiter/