Class: Verto::BaseCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/verto/commands/base_command.rb

Direct Known Subclasses

MainCommand, TagCommand

Class Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/verto/commands/base_command.rb', line 5

def self.exit_on_failure?
  true
end