lib/zold/commands/show.rb in zold-0.31.3 vs lib/zold/commands/show.rb in zold-0.31.4

- old
+ new

@@ -46,10 +46,9 @@ @copies = copies @log = log end def run(args = []) - @log.debug("Show.run(#{args.join(' ')})") opts = Slop.parse(args, help: true, suppress_errors: true) do |o| o.banner = "Usage: zold show [ID...] [options] Available options:" o.bool '--help', 'Print instructions' end