Sha256: 77fc85b9320fc3c4e1aa24c4fbcf217252bd1f7f624d90c76d7fe0ae25328bc6
Contents?: true
Size: 513 Bytes
Versions: 4
Compression:
Stored size: 513 Bytes
Contents
# Options used when comparing catalogs - tags are generally ignored; you can un-ignore them. # @param parser [OptionParser object] The OptionParser argument # @param options [Hash] Options hash being constructed; this is modified in this method. OctocatalogDiff::CatalogDiff::Cli::Options::Option.newoption(:include_tags) do has_weight 140 def parse(parser, options) parser.on('--[no-]include-tags', 'Include changes to tags in the diff output') do |x| options[:include_tags] = x end end end
Version data entries
4 entries across 4 versions & 1 rubygems