Sha256: c19ae6a511770a8eeb4ac905a5679056df714387d9200a292a6b8af35d738fa4
Contents?: true
Size: 233 Bytes
Versions: 34
Compression:
Stored size: 233 Bytes
Contents
module Braid module Commands class Diff < Command def run(path) mirror = config.get!(path) setup_remote(mirror) diff = mirror.diff puts diff unless diff.empty? end end end end
Version data entries
34 entries across 34 versions & 7 rubygems