Class: Mysh::PostpromptOption

Inherits:
CommandOption show all
Defined in:
lib/mysh/command_line/post_prompt.rb

Overview

The mysh post prompt command.

Instance Attribute Summary

Attributes inherited from Action

#description, #name

Instance Method Summary collapse

Methods inherited from CommandOption

#get_arg

Methods inherited from Action

#action_info, #initialize, #process_quick_command, #short_name

Constructor Details

This class inherits a constructor from Mysh::Action

Instance Method Details

#post_boot(read_point) ⇒ Object

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



16
17
18
# 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) ⇒ Object

Skip over the argument for pre_boot.



10
11
12
# File 'lib/mysh/command_line/post_prompt.rb', line 10

def pre_boot(read_point)
  get_arg(read_point)
end