Sha256: 4102f3c7560f3430e393d39580525b00141e9aaf14e1b1393c99785378784081
Contents?: true
Size: 488 Bytes
Versions: 4
Compression:
Stored size: 488 Bytes
Contents
# frozen_string_literal: true require 'avm/tools/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
4 entries across 4 versions & 1 rubygems