steamctl
steamctl copied to clipboard
Unify login management under one subcommmand
Currently every subcommand prompts for login information when needed.
With the growing number of subcommand that is annoying, especially when trying to use steamctl as part of script
- New subcommand
steamctl login, which will handle all login prompts. - Subcommands that require an account will either success or fail, no prompts
- A failure will require interaction with
steamctl loginto get a working set of credentials steamctl loginwill support environmental variables for ease of use in scripts
@rossengeorgiev Are you open to contributions pertaining to this issue?
hi @ChanceHarrison, yes, all PR welcome. The requirements are listed here, and the command need to fit the current style commands.
#56