Method: Mysh::PromptOption#post_boot

Defined in:
lib/mysh/command_line/prompt.rb

#post_boot(read_point) ⇒ Object

Execute the prompt command line option.



15
16
17
# File 'lib/mysh/command_line/prompt.rb', line 15

def post_boot(read_point)
  MNV[:prompt] = get_arg(read_point)
end