You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: