lib/zold/commands/show.rb in zold-0.31.0 vs lib/zold/commands/show.rb in zold-0.31.1

- old
+ new

@@ -46,9 +46,10 @@ @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