Sha256: 4d3063356a8a464ae4a43289df1c3933cd82e60e87e452c177cceeaa5e47fe68
Contents?: true
Size: 383 Bytes
Versions: 8
Compression:
Stored size: 383 Bytes
Contents
module Inch module CLI module Command class Stats < List def description 'Lists all objects with their results' end def usage 'Usage: inch stats [paths] [options]' end def run(*args) prepare_list(*args) Output::Stats.new(@options, objects, @ranges) end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems