Module: Eco::CLI::Config::Help

Included in:
Filters, OptionsSet, UseCases
Defined in:
lib/eco/cli/config/help.rb

Instance Method Summary collapse

Instance Method Details

#help(*args) ⇒ Object



6
7
8
# File 'lib/eco/cli/config/help.rb', line 6

def help(*args)
  raise "this needs to be reimplemented in the child class and return a string"
end