diff --git a/src/cli.rs b/src/cli.rs index eac20d9..fcc1b7b 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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), }