Class: I18nFlow::CLI::SplitCommand

Inherits:
CommandBase show all
Defined in:
lib/i18n_flow/cli/split_command.rb

Instance Method Summary collapse

Methods inherited from CommandBase

#color_enabled?, #exit_with_message, #initialize

Constructor Details

This class inherits a constructor from I18nFlow::CLI::CommandBase

Instance Method Details

#invoke!Object



7
8
9
# File 'lib/i18n_flow/cli/split_command.rb', line 7

def invoke!
  exit_with_message(1, 'not implemented')
end