Class: Avm::Tools::Runner::LocalProject::Info

Inherits:
EacRubyUtils::Console::DocoptRunner
  • Object
show all
Includes:
EacCli::DefaultRunner
Defined in:
lib/avm/tools/runner/local_project/info.rb

Instance Method Summary collapse

Instance Method Details

#runObject



17
18
19
20
# File 'lib/avm/tools/runner/local_project/info.rb', line 17

def run
  infov 'Path', context(:instance).path
  infov 'Stereotypes', context(:instance).stereotypes.map(&:label).join(', ')
end