From fd29c9df7c56784732e5e005fa4e46cac2858db7 Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 22 Apr 2021 11:35:31 -0500 Subject: [PATCH] Clean up ruby command service --- plugins/commands/serve/service/command_service.rb | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/plugins/commands/serve/service/command_service.rb b/plugins/commands/serve/service/command_service.rb index 56bb6227d..8da0efcb9 100644 --- a/plugins/commands/serve/service/command_service.rb +++ b/plugins/commands/serve/service/command_service.rb @@ -88,19 +88,6 @@ module VagrantPlugins return subcommands end - def subcommand_spec(*args) - return SDK::FuncSpec.new - end - - def subcommands(req, ctx) - ServiceInfo.with_info(ctx) do |info| - - end - SDK::Command::SubcommandResp.new( - commands: ["test", "thing"], - ) - end - def augment_cmd_class(cmd_cls) # Create a new anonymous class based on the command class # so we can modify the setup behavior