forked from mirrors/kingfisher
Aliased "kingfisher self-update" as "kingfisher update"
This commit is contained in:
parent
64b5e46b2b
commit
957f95d456
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ pub enum Command {
|
|||
View(ViewArgs),
|
||||
|
||||
/// Update the Kingfisher binary
|
||||
#[command(name = "self-update")]
|
||||
#[command(name = "self-update", alias = "update")]
|
||||
SelfUpdate,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue