class Mysh::NoPauseOption

The no page pause option.

Public Instance Methods

post_boot(_args) click to toggle source

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

# File lib/mysh/command_line/pause.rb, line 29
def post_boot(_args)
  MNV[:page_pause] = "off"
end
pre_boot(_args) click to toggle source
# File lib/mysh/command_line/pause.rb, line 33
def pre_boot(_args)
  MNV[:page_pause] = "off"
end