From 91e2a1b2c68935b3b2b7b2a2f0fadcb27838e0e3 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 9 Aug 2021 22:25:39 -0400 Subject: [PATCH] fix username arg not accepting values --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index eb6cb38..dbc5f59 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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(