feat: Alias update for upgrade subcommand (#60)

Co-authored-by: Hikari <lecoqjacob@gmail.com>
This commit is contained in:
Gerald Pinder 2024-02-12 23:40:39 -05:00 committed by GitHub
parent fec33d8c98
commit d973f330cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,7 @@ pub enum CommandArgs {
/// NOTE: This can only be used if you have `rpm-ostree` /// NOTE: This can only be used if you have `rpm-ostree`
/// installed and if the `--push` and `--rebase` option isn't /// installed and if the `--push` and `--rebase` option isn't
/// used. This image will not be signed. /// used. This image will not be signed.
#[command(visible_alias("update"))]
Upgrade(local::UpgradeCommand), Upgrade(local::UpgradeCommand),
/// Rebase your current OS onto the image /// Rebase your current OS onto the image