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
      5 6 7  | 
    
      # File 'lib/eco/cli/config/help.rb', line 5 def help(*_args) raise "this needs to be reimplemented in the child class and return a string" end  |