Sha256: 872e8746e58a07bd9be579a331d1a2876cfcfea18535687367449dbd475866cf
Contents?: true
Size: 258 Bytes
Versions: 6
Compression:
Stored size: 258 Bytes
Contents
module Braid module Commands class List < Command def run(path = nil, options = {}) msg "WARNING: list command is deprecated. Please use \"braid status\" instead.\n" Command.run(:status, path, options) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems