Add accessors to get to cli components

This commit is contained in:
Chris Roberts 2021-04-06 15:53:07 -07:00 committed by Paul Hinze
parent 074478c876
commit d501d77005
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -7,6 +7,8 @@ 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