class Mysh::UsageOption
The mysh help command usage.
Public Instance Methods
pre_boot(_args)
click to toggle source
Execute the help command line option. (Punt to error handler with no msg)
# File lib/mysh/command_line/usage.rb, line 10 def pre_boot(_args) raise MyshUsage end