Add default mapping for named capabilities

This commit is contained in:
Chris Roberts 2021-12-02 13:50:02 -08:00 committed by Paul Hinze
parent ee95d6b01b
commit fbde80af43
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -11,6 +11,7 @@ module VagrantPlugins
SDK::Args::Guest => Client::Guest,
SDK::Args::Hash => Hash,
SDK::Args::Host => Client::Host,
SDK::Args::NamedCapability => Symbol,
SDK::Args::Path => Pathname,
SDK::Args::Project => Vagrant::Environment,
SDK::Args::StateBag => Client::StateBag,