Sha256: 23662a0a7b5e2b557db5a2722bd1f7b531f5cfff2182510167a0647804763846
Contents?: true
Size: 381 Bytes
Versions: 4
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true require 'eac_cli/core_ext' module Avm module Git module Runners class Base class Subrepo require_sub __FILE__ runner_with :help, :subcommands do desc 'Git-subrepo (https://github.com/ingydotnet/git-subrepo) utilities.' subcommands end end end end end end
Version data entries
4 entries across 4 versions & 2 rubygems