Method: Mysh::UsageOption#pre_boot

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

#pre_boot(_args) ⇒ Object

Execute the help command line option. (Punt to error handler with no msg)

Raises:



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

def pre_boot(_args)
  raise MyshUsage
end