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
Currently all session state (base URL, global headers, variables, saved requests) is lost when the REPL exits.
Persist state to ~/.reqsh_state.json on graceful exit and restore on startup.
Currently all session state (base URL, global headers, variables, saved requests) is lost when the REPL exits.
Persist state to
~/.reqsh_state.jsonon graceful exit and restore on startup.