From 9f829e8cb2806f8536c1b43fc8af377ee588779c Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 25 May 2021 13:31:12 -0700 Subject: [PATCH] Request project when executing command --- plugins/commands/serve/service/command_service.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/commands/serve/service/command_service.rb b/plugins/commands/serve/service/command_service.rb index 54864c45e..c2538556a 100644 --- a/plugins/commands/serve/service/command_service.rb +++ b/plugins/commands/serve/service/command_service.rb @@ -28,6 +28,10 @@ module VagrantPlugins type: "hashicorp.vagrant.sdk.Args.TerminalUI", name: "", ), + SDK::FuncSpec::Value.new( + type: "hashicorp.vagrant.sdk.Args.Project", + name: "", + ), SDK::FuncSpec::Value.new( type: "hashicorp.vagrant.sdk.Command.Arguments", name: "",