class Mysh::HistoryOption

The mysh command line options for history.

Public Instance Methods

post_boot(_args) click to toggle source

Execute the history command line option. Endemic Code Smells :reek:UtilityFunction

# File lib/mysh/command_line/history.rb, line 10
def post_boot(_args)
  MNV[:history] = "on"
end