Module: Belafonte::Help

Defined in:
lib/belafonte/help.rb,
lib/belafonte/help/generator.rb,
lib/belafonte/help/app_extensions.rb,
lib/belafonte/help/flag_extensions.rb,
lib/belafonte/help/command_extensions.rb

Overview

Generates the help for a given app

Defined Under Namespace

Modules: AppExtensions, CommandExtensions, FlagExtensions Classes: Generator

Class Method Summary collapse

Class Method Details

.content_for(app) ⇒ Object



7
8
9
# File 'lib/belafonte/help.rb', line 7

def self.content_for(app)
  Generator.new(app).content
end