fixed progress not being a top-level flag
This commit is contained in:
parent
d6370da9e2
commit
b303f3197a
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -122,6 +122,9 @@ fn main() {
|
|||
// Some("poly" | "polyamorous" | "polyamory")
|
||||
// => complex::polyamorous(),
|
||||
|
||||
Some("progress")
|
||||
=> flag::progress(),
|
||||
|
||||
_ => { help_text(); exit(1) }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue