From 80cd0b108d7dcf5b98d1e440343a158c5a5f880f Mon Sep 17 00:00:00 2001 From: djairoh Date: Wed, 8 Feb 2023 23:09:52 +0100 Subject: [PATCH] small change to doc --- Cargo.toml | 2 +- src/cli.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c05508..2a76283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "img2ascii" -version = "0.1.0" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/cli.rs b/src/cli.rs index 520bc5c..6a1d8ef 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -34,8 +34,6 @@ pub struct Cli { #[arg(short = 'f', long)] pub full: bool, /// use a custom threshold when converting to braille - /// - /// default is 128 #[arg(default_value_t = 128, long)] pub threshold: u8, /// use a custom character map for output