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

Incorrectly parses filename containing two dashes #171

Open
cptchuckles opened this issue Jul 3, 2024 · 1 comment
Open

Incorrectly parses filename containing two dashes #171

cptchuckles opened this issue Jul 3, 2024 · 1 comment

Comments

@cptchuckles
Copy link

cptchuckles commented Jul 3, 2024

Version: 1.6.1-6

Command:

nitrogen --head=0 --set-zoom-fill -- /home/grendel/pictures/wallpapers/s/kmc_B87KFrhCUAM6qA--magickrop_upscayl_3x_ultrasharp.jpg

Output:

Error parsing command line: Unexpected argument magickrop_upscayl_3x_ultrasharp.jpg

The problem seems to be that .*--.* is still treated as special characters, even after encountering the first stand-alone -- literal in the args list, which conventionally is supposed to mean there will absolutely be no more options.

@cptchuckles
Copy link
Author

it seems #77 was not fixed

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

1 participant