瀏覽代碼

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