diff --git a/Cargo.toml b/Cargo.toml index a3b5089..83d9966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pride" -version = "0.2.0" +version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 47cfb7e..f453cb4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -122,6 +122,9 @@ fn main() { // Some("poly" | "polyamorous" | "polyamory") // => complex::polyamorous(), + Some("progress") + => flag::progress(), + _ => { help_text(); exit(1) } };