Sha256: ca5fc2fc8cc15f39a7b58413c02463771151aacc88a8b700349c03ab0ef1f7c5
Contents?: true
Size: 514 Bytes
Versions: 43
Compression:
Stored size: 514 Bytes
Contents
# frozen_string_literal: true require 'eac_cli/core_ext' module Avm module EacRedmineBase0 module Instances module Runners class Project runner_with :help, :subcommands do pos_arg :id_or_identifier subcommands end private def project_uncached runner_context.call(:instance).rest_api.root_entity.project(parsed.id_or_identifier) end require_sub __FILE__ end end end end end
Version data entries
43 entries across 43 versions & 2 rubygems