Sha256: 19b5bbd7ba875d45ba0d294e63cff20968048586878b3f9cec01f99d6e7115cb
Contents?: true
Size: 720 Bytes
Versions: 74
Compression:
Stored size: 720 Bytes
Contents
# frozen_string_literal: true require 'avm/eac_writings_base0/project' require 'eac_cli/core_ext' module Avm module Tools class Runner class AppSrc class EacWritingsBase0 require_sub __FILE__ enable_simple_cache runner_with :help, :subcommands do desc 'EacWritingsBase0 utitilies for local projects.' subcommands end def project_banner infov 'Project', project.name infov 'Path', project.root end private def project_uncached ::Avm::EacWritingsBase0::Project.new(runner_context.call(:instance_path)) end end end end end end
Version data entries
74 entries across 74 versions & 2 rubygems