Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Make flags / options more consistently named #6

@NeilHanlon

Description

@NeilHanlon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions