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

Recognize the -C option as an alias of --css #25

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

CodeLongAndProsper90
Copy link
Contributor

Currently, wlogout --help specifies -C as an alias of --css but then exits with

$ nix-shell -p wlogout --run "wlogout -C ~/.dots/home/config/display/wlogout/style.css"
wlogout: invalid option -- 'C'

This changes the option string passed to getopt_long to recognize -C as an alias of --css.

@ArtsyMacaw ArtsyMacaw merged commit 7c93502 into ArtsyMacaw:master Feb 9, 2024
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

Successfully merging this pull request may close these issues.

2 participants