fix username arg not accepting values
This commit is contained in:
parent
5cfdb84bc2
commit
91e2a1b2c6
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue