Class: Pytty::Client::Cli::RootCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Pytty::Client::Cli::RootCommand
- Defined in:
- lib/pytty/client/cli/root_command.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
27 28 29 30 31 32 |
# File 'lib/pytty/client/cli/root_command.rb', line 27 def self.run super rescue StandardError => exc warn exc. warn exc.backtrace.join("\n") end |