Skip to content

Commit

Permalink
chore: add 'vrc-get i' as alias of 'vrc-get install'
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Jan 25, 2023
1 parent 46144fd commit 7df45e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ macro_rules! multi_command {
/// Open Source command line interface of VRChat Package Manager.
#[derive(Parser)]
pub enum Command {
#[command(alias = "i")]
Install(Install),
#[command(alias = "rm")]
Remove(Remove),
Expand Down

0 comments on commit 7df45e5

Please sign in to comment.