class Mysh::LoadOption

The mysh load command.

Public Instance Methods

post_boot(read_point) click to toggle source

Execute the load command line option.

# File lib/mysh/command_line/load.rb, line 15
def post_boot(read_point)
  mysh "load #{get_arg(read_point).to_host_spec}"
end
pre_boot(read_point) click to toggle source

Skip over the argument for pre_boot.

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