Method: Avm::SourceGenerators::Runner#help_extra_text

Defined in:
lib/avm/source_generators/runner.rb

#help_extra_textString

Returns:

  • (String)


29
30
31
32
# File 'lib/avm/source_generators/runner.rb', line 29

def help_extra_text
  help_list_section('Stereotypes', ::Avm::Registry.source_generators.available
    .map(&:application_stereotype_name))
end