bin/xbps-uhelper: add longopts, manpage#533
Merged
Duncaen merged 3 commits intovoid-linux:masterfrom Feb 11, 2023
Merged
Conversation
25a3212 to
b3d587f
Compare
Member
Author
|
interestingly, the zsh completions for uhelper already had the longopts in them |
b3d587f to
530cb9f
Compare
530cb9f to
4f3da29
Compare
Duncaen
reviewed
Feb 11, 2023
Member
|
Not sure about adding |
also adjust help output to be more clear, and removed examples (moving those to the manpage)
4f3da29 to
0535d58
Compare
Member
Author
fair enough |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I started (and mostly finished) this manpage before looking at the open PRs and seeing #305, and seeing as that PR has sat for a year and a half now, I'm submitting my alternative take on the uhelper manpage.
It's mostly the same, with some minor formatting differences, and a couple additional sections.
I did not include
xbps-uhelper fetchandxbps-uhelper digestin the manpage because they are replaced byxbps-fetchandxbps-digest(https://github.com/void-linux/xbps/blob/master/NEWS#L357-L359).closes #305