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

Make flags / options more consistently named #6

Open
NeilHanlon opened this issue Sep 28, 2022 · 0 comments
Open

Make flags / options more consistently named #6

NeilHanlon opened this issue Sep 28, 2022 · 0 comments
Labels
priority: medium This issue or pull request is of medium priority tag: good first issue Good for newcomers tag: help wanted Extra attention is needed type: documentation Improvements or additions to documentation

Comments

@NeilHanlon
Copy link
Member

Overview

There are several flags which are formatted differently (without hyphens, e.g.), and further flags which are ambiguous as to their intended purpose.

We should evaluate the options we have and see if they are all strictly required to be presented to users, or if some could be abstracted to sane defaults with the user configuring them as overrides if they choose. A good example of this is tagless mode / altlookaside--we can just detect this and set some flags for the user without having to make it too smart. In peridot we set all these flags in the Request struct anyways, and wouldn't need to modify much if anything on that side to support these changes.

While this would be great for a user perspective, I think there may also be some benefit in this for the development of srpmproc to simplify and abstract where we can.

Recommended Next Steps

@NeilHanlon NeilHanlon added priority: medium This issue or pull request is of medium priority tag: good first issue Good for newcomers tag: help wanted Extra attention is needed type: documentation Improvements or additions to documentation labels Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium This issue or pull request is of medium priority tag: good first issue Good for newcomers tag: help wanted Extra attention is needed type: documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant