Skip to content

Commit

Permalink
add &clget as alias for &clip
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Oct 15, 2024
1 parent a6d02eb commit 7561f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/primitive/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ static ALIASES: Lazy<HashMap<Primitive, &[&str]>> = Lazy::new(|| {
(Primitive::ImageEncode, &["&ime", "imen"]),
(Primitive::GifEncode, &["&gife", "gifen"]),
(Primitive::AudioEncode, &["&ae", "auden"]),
(Primitive::Sys(SysOp::Clip), &["&clget"]),
]
.into()
});
Expand Down

0 comments on commit 7561f0f

Please sign in to comment.