ankane/archer

Is there a way to add the ability to not save a session before exiting?

Closed this issue · 2 comments

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?

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.

Added in the commit above. Thanks for the suggestion!