lib/zold/commands/alias.rb in zold-0.14.3 vs lib/zold/commands/alias.rb in zold-0.14.4

- old
+ new

@@ -4,12 +4,11 @@ require_relative '../log' module Zold # Command to set an alias for wallet ID class Alias - def initialize(wallets:, remotes:, log: Log::Quiet.new) + def initialize(wallets:, log: Log::Quiet.new) @wallets = wallets - @remotes = remotes @log = log end def run(args = []) opts = Slop.parse(args, help: true, suppress_errors: true) do |o|