Clean up ruby command service
This commit is contained in:
parent
5dd5ec84ee
commit
fd29c9df7c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user