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

- old
+ new

@@ -52,9 +52,10 @@ @farm = farm @log = log end def run(args = []) + @log.debug("Remote.run(#{args.join(' ')})") opts = Slop.parse(args, help: true, suppress_errors: true) do |o| o.banner = "Usage: zold remote <command> [options] Available commands: #{Rainbow('remote show').green} Show all registered remote nodes