Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

feat: rename sys-upgrade command to sys #126

Closed kbdharun closed 4 months ago

kbdharun commented 4 months ago

We should rename vso sys-upgrade upgrade command into something like vso sys upgrade (with sys as the subcommand) so that people don't need to type in upgrade multiple times (this also allows us to add other host-related functions under this command in future if needed).

For compatibility, we should alias the current command syntax of vso sys-upgarde and it's subcommands/options to the new one.