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
#122 added support for the saves cli argument, however it may be more appropriate for this to be variadic and support changing this at runtime. If saves were implemented as a cvar, I could leverage the existing cvar code which provides file path suggesters to autocomplete the saves path.
c20978b and 3e9b01b added home and saves commands which will either need to be deprecated and removed or modified to work with any change made by this issue (should I decide to support a command syntax like saves C:\path\to\saves) -- I think a cvar impl may be easier.
The text was updated successfully, but these errors were encountered:
#122 added support for the
saves
cli argument, however it may be more appropriate for this to be variadic and support changing this at runtime. Ifsaves
were implemented as a cvar, I could leverage the existing cvar code which provides file path suggesters to autocomplete the saves path.c20978b and 3e9b01b added
home
andsaves
commands which will either need to be deprecated and removed or modified to work with any change made by this issue (should I decide to support a command syntax likesaves C:\path\to\saves
) -- I think a cvar impl may be easier.The text was updated successfully, but these errors were encountered: