Skip to content

Commit

Permalink
'helport detect' command as alias of 'identify'
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume committed Sep 12, 2024
1 parent 8c81363 commit 7c12ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum Commands {
Download(DownloadCmd),
#[command(about="Binarize heliport model")]
Binarize(BinarizeCmd),
#[command(about="Identify languages of input text")]
#[command(about="Identify languages of input text", visible_alias="detect")]
Identify(IdentifyCmd),
}

Expand Down

0 comments on commit 7c12ec4

Please sign in to comment.