Open OpenSauce04 opened 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
For example, instead of typing
swupd bundle-add git
, you could type inswupd 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
-->add
bundle-remove
-->remove
bundle-list
-->list
bundle-info
-->info