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
Thank you for the suggestion. I'll have a look at this. I even think rustyline, the crate that I use for input, already can load its history from file.
i.e. create a
~/.<progname>_history
that is used to bootstrap the history on startup. And commands are automatically logged to this history fileThe text was updated successfully, but these errors were encountered: