Explorar el Código

Added "long_about"

AvariceLHubris hace 1 año
padre
commit
708c696272
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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