소스 검색

Added "long_about"

AvariceLHubris 1 년 전
부모
커밋
708c696272
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/cli.rs

+ 2 - 1
src/cli.rs

@@ -4,7 +4,8 @@ use clap::Parser;
 use clap::ValueEnum;
 
 #[derive(Parser, Debug)]
-#[command(version, about, long_about = None)]
+#[command(version, about, long_about= "A compression utility for utf-8 encoded text, \
+    using only basic canonical huffman encoding.")]
 pub struct Args {
 
     /// input file