class Mysh::NoHistoryOption
The mysh command line options for no history.
Public Instance Methods
post_boot(_args)
click to toggle source
Execute the no history command line option. Endemic Code Smells :reek:UtilityFunction
# File lib/mysh/command_line/history.rb, line 24 def post_boot(_args) MNV[:history] = "off" end