LogosLinuxInstaller icon indicating copy to clipboard operation
LogosLinuxInstaller copied to clipboard

Feature: Utility to output the full CLI command

Open thw26 opened this issue 6 months ago • 2 comments

It would be good to have a simple tool that outputs the WINEPREFIX and the wine command as a single string.

thw26 avatar Aug 26 '25 15:08 thw26

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.

thw26 avatar Aug 26 '25 15:08 thw26

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/

ctrlaltf24 avatar Aug 27 '25 18:08 ctrlaltf24