Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to pass conflicting args to symlinked binaries? #51

Closed
murlakatamenka opened this issue Aug 27, 2022 · 3 comments
Closed

How to pass conflicting args to symlinked binaries? #51

murlakatamenka opened this issue Aug 27, 2022 · 3 comments

Comments

@murlakatamenka
Copy link

Say, I'd like to get a list of Lutris games (lutris -l). But -l is conty's flag too.

Sample scenario:

$ file =lutris
/usr/bin/lutris: symbolic link to /usr/bin/conty

$ lutris -l | head -5
Running Conty

a52dec 0.7.4-11
aalib 1.4rc5-14
acl 2.3.1-2

Is there a simple workaround for such issue?

@murlakatamenka murlakatamenka changed the title How pass conflicting args to symlinked binaries? How to pass conflicting args to symlinked binaries? Aug 27, 2022
@Kron4ek
Copy link
Owner

Kron4ek commented Aug 27, 2022

Thanks for reporting the issue, i will fix it in the next release, which will be out tomorrow. There is no global workaround for this, but specifically for Lutris you can use lutris --list-games instead of -l.

@Kron4ek
Copy link
Owner

Kron4ek commented Aug 28, 2022

Fixed in 1.21.

@Kron4ek Kron4ek closed this as completed Aug 28, 2022
@murlakatamenka
Copy link
Author

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants