# File lib/hammer_cli/shell.rb, line 42
    def initialize(history_file_path)
      @file_path = history_file_path
      load
    end