class Mysh::PauseOption

The 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 10
def post_boot(_args)
  MNV[:page_pause] = "on"
end
pre_boot(_args) click to toggle source
# File lib/mysh/command_line/pause.rb, line 14
def pre_boot(_args)
  MNV[:page_pause] = "on"
end