class Mysh::PostpromptOption

The mysh post prompt command.

Public Instance Methods

post_boot(read_point) click to toggle source

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

# File lib/mysh/command_line/post_prompt.rb, line 16
def post_boot(read_point)
  MNV[:post_prompt] = get_arg(read_point)
end
pre_boot(read_point) click to toggle source

Skip over the argument for pre_boot.

# File lib/mysh/command_line/post_prompt.rb, line 10
def pre_boot(read_point)
  get_arg(read_point)
end