1
0
Fork 0
mirror of https://github.com/vbatts/persistent-shell-history.git synced 2025-08-02 07:20:33 +00:00

-- splitting th loading out to a different step

-- making an abstract history class
-- adding a History marshaller to the oldHistory.
This commit is contained in:
Vincent Batts 2012-09-20 22:26:27 -04:00
parent 76afa0e48c
commit 789ea644ac
4 changed files with 29 additions and 7 deletions

View file

@ -30,6 +30,7 @@ OptionParser.new do |opts|
end.parse!(ARGV)
bh = Persistent::Shell::OldHistoryStore.new(bh_options)
bh.load()
if options[:inspect]
p bh