class Mysh::DebugOption

The mysh help command debug.

Public Instance Methods

post_boot(_args) click to toggle source

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

# File lib/mysh/command_line/debug.rb, line 11
def post_boot(_args)
  MNV[:debug] = "on"
end