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:
parent
76afa0e48c
commit
789ea644ac
4 changed files with 29 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue