class Pytty::Client::Cli::RootCommand
Public Class Methods
run()
click to toggle source
Calls superclass method
# File lib/pytty/client/cli/root_command.rb, line 27 def self.run super rescue StandardError => exc warn exc.message warn exc.backtrace.join("\n") end