lib/zold/commands/create.rb in zold-0.31.3 vs lib/zold/commands/create.rb in zold-0.31.4
- old
+ new
@@ -42,10 +42,9 @@
@remotes = remotes
@log = log
end
def run(args = [])
- @log.debug("Create.run(#{args.join(' ')})")
opts = Slop.parse(args, help: true, suppress_errors: true) do |o|
o.banner = "Usage: zold create [options]
Available options:"
o.string '--public-key',
'The location of RSA public key (default: ~/.ssh/id_rsa.pub)',