pulp / pulp-cli

https://docs.pulpproject.org/pulp_cli/
GNU General Public License v2.0
33 stars 41 forks source link

Short command/option aliases #611

Open daviddavis opened 1 year ago

daviddavis commented 1 year ago

Maybe I am lazy but it would be nice to have aliases such as --repo for --repository and --distro for --distribution. It feels painful to have to keep typing out 'repository', 'distribution', etc.

ggainey commented 1 year ago

@daviddavis Have you looked into setting up autocomplete? See https://docs.pulpproject.org/pulp_cli/advanced_features/#shell-completion

We're going to accept this RFDE and look into adding shortcuts - but autocomplete may get you pretty far right now