feat: Alias update for upgrade subcommand (#60)
Co-authored-by: Hikari <lecoqjacob@gmail.com>
This commit is contained in:
parent
fec33d8c98
commit
d973f330cb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue