class Mysh::PrepromptOption
The mysh pre_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/pre_prompt.rb, line 16 def post_boot(read_point) MNV[:pre_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/pre_prompt.rb, line 10 def pre_boot(read_point) get_arg(read_point) end