fix username arg not accepting values

This commit is contained in:
Carson McManus 2021-08-09 22:25:39 -04:00
parent 5cfdb84bc2
commit 91e2a1b2c6

View file

@ -40,6 +40,7 @@ fn main() {
Arg::with_name("username")
.long("username")
.short("u")
.takes_value(true)
.help("Select the account you want by steam username. By default, the first account in the manifest is selected.")
)
.arg(