Browse Source

Added "long_about"

AvariceLHubris 1 năm trước cách đây
mục cha
commit
708c696272
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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