steamcmd-2fa icon indicating copy to clipboard operation
steamcmd-2fa copied to clipboard

Tool for steamcmd that automatically generates and uses a Steam Guard code during login

Results 5 steamcmd-2fa issues
Sort by recently updated
recently updated
newest added

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?

![screenie](https://user-images.githubusercontent.com/8906561/127087759-246334fc-8153-4289-86ce-6c54bf00cd83.png) 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.

![image](https://user-images.githubusercontent.com/21306966/200167281-ab33f831-a534-4042-80b8-91a76f111ac7.png) I only provided one ARG the applaunch one. That's all but i still get the above message. --args '-applaunch 686810' any solution?