From ab59e254aca7efb61aabd23cb2fe7fdc4ba4107f Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 15 Apr 2021 09:48:23 -0700 Subject: [PATCH] Revert addition of readers as they are no longer required --- lib/vagrant/cli.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vagrant/cli.rb b/lib/vagrant/cli.rb index fbbf606b3..9421c9c2b 100644 --- a/lib/vagrant/cli.rb +++ b/lib/vagrant/cli.rb @@ -7,8 +7,6 @@ module Vagrant # Manages the command line interface to Vagrant. class CLI < Vagrant.plugin("2", :command) - attr_reader :main_args, :sub_command, :sub_args - def initialize(argv, env) super