clearlinux / swupd-client

Software update client
Other
115 stars 61 forks source link

Suggestion: Add shorthand for `bundle-*` commands #1622

Open OpenSauce04 opened 8 months ago

OpenSauce04 commented 8 months ago

For example, instead of typing swupd bundle-add git, you could type in swupd add git.

This would reduce redundancy in command names and make the user experience a little smoother when managing software through swupd, as currently the commands for managing software are quite lengthy.

Additionally, seeing as bundles are the only way that software can be managed through swupd, it seems unnecessary to make the distinction in these commands.

The added shorthands would include:

OpenSauce04 commented 8 months ago

This is notably not the same as #766, as I don't agree with reducing the commands to only a single character

This change is moreso to bring the swupd CLI experience in line with other package managers such as apt, apk, and dnf