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' #127

Closed nellfs closed 4 months ago

nellfs commented 4 months ago

This closes #126

sys-upgrade Command is now sys (sys-upgrade still works as an alias), the filename remains the same (sys-upgrade.go), as well as the translation calls. This eliminates the need to write upgrade twice in commands such as sys-upgrade upgrade.

kbdharun commented 4 months ago

Looks good to me. I cannot test now, does it work for you?

Tested the changes locally, this PR is GTG. (Updated the commit message to align with our format)