Is there a way to add the ability to not save a session before exiting?
Closed this issue · 2 comments
sebastienb commented
In some cases you might not want a session to be saved in the DB as clear text. Is there a way to maybe run a command before exiting that would let archer know not to save this session?
ankane commented
Hey @sebastienb, currently, the only way is to clear the entire history (Archer.clear
), but there could be an option like Archer.save_session = false
.
ankane commented
Added in the commit above. Thanks for the suggestion!