class Mysh::PromptOption

The mysh prompt command.

Public Instance Methods

post_boot(read_point) click to toggle source

Execute the prompt command line option.

# File lib/mysh/command_line/prompt.rb, line 15
def post_boot(read_point)
  MNV[: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/prompt.rb, line 10
def pre_boot(read_point)
  get_arg(read_point)
end