Clean up ruby command service

This commit is contained in:
sophia 2021-04-22 11:35:31 -05:00 committed by Paul Hinze
parent 5dd5ec84ee
commit fd29c9df7c
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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