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

Add versioning and improve flag checks under ydotool.c #252

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Paiusco
Copy link
Contributor

@Paiusco Paiusco commented Oct 6, 2024

After reverting #238, now I only improved the checks and added the VERSION into ydotool, so it can be checked properly which commit/version is being used.

Also should close #245

Seems logical that the client has more those info than the server
as the server will be probably be run by an init system
It was missing on the client to make sure any user can quickly check
the hash (hopefully more tags) that is being used
ydotool.c can't control the options using getopt()
as it would need to know all the subcommands flags, prefer to
be explicit to check only its own options manually as it was before
but a bit cleaner

Also add the version/hash from build on it
@Paiusco Paiusco mentioned this pull request Oct 6, 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.

No Options possible
1 participant