Class: Tagfish::CLI::MainCommand
- Inherits:
-
BaseCommand
- Object
- Clamp::Command
- BaseCommand
- Tagfish::CLI::MainCommand
- Defined in:
- lib/tagfish/cli/main_command.rb
Instance Method Summary collapse
Instance Method Details
#run(*args) ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/tagfish/cli/main_command.rb', line 20 def run(*args) super(*args) rescue Tagfish::APIError => e signal_error e. rescue SocketError => e signal_error e. end |