lib/brightbox-cli/commands/accounts/remove.rb in brightbox-cli-1.2.2 vs lib/brightbox-cli/commands/accounts/remove.rb in brightbox-cli-1.3.0

- old
+ new

@@ -2,10 +2,10 @@ command [:accounts] do |cmd| cmd.desc I18n.t("accounts.remove.desc") cmd.arg_name "account_id" cmd.command [:remove] do |c| - c.action do |global_options, options, args| + c.action do |global_options, _options, args| account_id = args.first # Find the collaboration for that account collaboration = UserCollaboration.get_for_account(account_id) if collaboration