Sha256: 718215cfbecc777d3b25b5c5317705da3444968ed1f8c77f79f227cd8a91b93b
Contents?: true
Size: 335 Bytes
Versions: 12
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true require_relative 'base' module RubyGitCrypt module Commands class Init < Base # @!visibility private def subcommands %w[init] end # @!visibility private def options super + %w[ --key-name ] end end end end
Version data entries
12 entries across 12 versions & 1 rubygems