mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Add accessors to get to cli components
This commit is contained in:
parent
074478c876
commit
d501d77005
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue