Sha256: 964485caba5599f4e9b915c3a521bc91fb7a87457faef688cdcc1f7d4d359af1
Contents?: true
Size: 482 Bytes
Versions: 9
Compression:
Stored size: 482 Bytes
Contents
# frozen_string_literal: true require 'avm/core_ext' module Avm module Tools class Runner class AppSrc class Info runner_with :help do desc 'Show information about local project instance.' end def run infov 'Path', runner_context.call(:instance).path infov 'Stereotypes', runner_context.call(:instance).stereotypes.map(&:label).join(', ') end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems