swupd-client
swupd-client copied to clipboard
Suggestion: Add shorthand for `bundle-*` commands
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:
bundle-add-->addbundle-remove-->removebundle-list-->listbundle-info-->info
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