Aliased "kingfisher self-update" as "kingfisher update"

This commit is contained in:
Mick Grove 2025-12-21 23:43:01 -08:00
commit 957f95d456
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## [v1.72.0]
- Fixed deduplication for dependency-provider rules so dependent validations run per blob
- Updated Artifactory rule entropy and added new artifactory rule
- Aliased "kingfisher self-update" as "kingfisher update"
## [v1.71.0]
- Improved Report Viewer layout

View file

@ -72,7 +72,7 @@ pub enum Command {
View(ViewArgs),
/// Update the Kingfisher binary
#[command(name = "self-update")]
#[command(name = "self-update", alias = "update")]
SelfUpdate,
}