fixed progress not being a top-level flag

This commit is contained in:
Valerie Wolfe 2023-07-10 13:36:07 -04:00
parent d6370da9e2
commit b303f3197a
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -122,6 +122,9 @@ fn main() {
// Some("poly" | "polyamorous" | "polyamory")
// => complex::polyamorous(),
Some("progress")
=> flag::progress(),
_ => { help_text(); exit(1) }
};