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

Convert to using click instead of argparse #68

Open
2 tasks
nphilipp opened this issue Jun 16, 2023 · 0 comments
Open
2 tasks

Convert to using click instead of argparse #68

nphilipp opened this issue Jun 16, 2023 · 0 comments
Labels
maintenance Something outside of a full-scale project

Comments

@nphilipp
Copy link
Member

Story

As a regular contributor to Fedora Infrastructure projects,
I prefer them using the same basic building blocks,
so I don’t have learn five things of the same type.

Acceptance Criteria

  • The CLI interface is implemented using click …
  • … and allows tab completion using 'click-complete'

Background

This meshes with #67, click lets us put the CLI bits near their logic counterparts instead of having to build a CLI argument parser monolithically in one place. Additionally, using click-completion we can easily get tab completion on the command line.

@nphilipp nphilipp added the maintenance Something outside of a full-scale project label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Something outside of a full-scale project
Projects
No open projects
Development

No branches or pull requests

1 participant