steamcmd-2fa
steamcmd-2fa copied to clipboard
Tool for steamcmd that automatically generates and uses a Steam Guard code during login
Hi, these arguments don't work. +force_install_dir C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive/ +check app_update 730 +shutdown Is there a way to suggest or correct?
 I put all the info into the script, username, password, and seed based on the example. It works properly when I use the normal method with the same info.
This PR fixes #4. The problem was that the [arg method ](https://doc.rust-lang.org/std/process/struct.Command.html#method.arg)only takes arguments without a whitespace, the [args method ](https://doc.rust-lang.org/std/process/struct.Command.html#method.args) should be used instead.
 I only provided one ARG the applaunch one. That's all but i still get the above message. --args '-applaunch 686810' any solution?