Closed nphilipp closed 3 months ago
Compat considerations:
click
Please note that this pulls in click and click-plugins at runtime and click-man at buildtime. None of those three are included in RHEL, and this would necessitate adding them to RHEL (albeit as buildroot-only) for the sole purpose of supporting rpmautospec. Please consider reverting this change, or refactoring rpmautospec so that the parts needed in the buildroot do not require click.
/cc @sgallagher
Story
As a developer implementing autocompletion (#159) I want that command line arguments are processed by click rather than argparse, because it can do command line completion natively and allows better separation between main and subcommand arguments.
Acceptance Criteria
Background
Click isn’t available in EL8, so would probably need a
0.6.x
branch.