You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using legendary launch <Game>, if there is any issue whatsoever such as login credentials being out of date or the game needing an update, legendary will only inform you about this, but it won't try to fix the issue.
Currently I've got a batch script that basically just does 3 commands one after another, legendary auth&&legendary update <Game>&&legendary launch <Game>, so if I ever need to log in, it will prompt me to, if I ever need to update the game it will prompt me to, and otherwise it will just launch the game.
Describe the solution you'd like
A way of passing multiple commands in one line, for example legendary auth update <Game> launch <Game>, which would do each command one after another
The text was updated successfully, but these errors were encountered:
When using
legendary launch <Game>
, if there is any issue whatsoever such as login credentials being out of date or the game needing an update, legendary will only inform you about this, but it won't try to fix the issue.Currently I've got a batch script that basically just does 3 commands one after another,
legendary auth&&legendary update <Game>&&legendary launch <Game>
, so if I ever need to log in, it will prompt me to, if I ever need to update the game it will prompt me to, and otherwise it will just launch the game.Describe the solution you'd like
A way of passing multiple commands in one line, for example
legendary auth update <Game> launch <Game>
, which would do each command one after anotherThe text was updated successfully, but these errors were encountered: