class Karafka::Cli::Base

def call

This method should implement proper cli action
def call
  raise NotImplementedError, 'Implement this in a subclass'
end