opts = Slop.parse(args, help: true, suppress_errors: true) do |o|
        o.banner = "Usage: zold remove [ID...] [options]
Available options:"
        o.bool '--force',
          'Don\'t report any errors if the wallet doesn\'t exist',