diff --git a/snapcraft_legacy/cli/_options.py b/snapcraft_legacy/cli/_options.py index e8dc35c216..17e0667303 100644 --- a/snapcraft_legacy/cli/_options.py +++ b/snapcraft_legacy/cli/_options.py @@ -191,7 +191,7 @@ def __repr__(self): is_flag=True, help="Enable plugins that are experimental and not considered stable.", envvar="SNAPCRAFT_ENABLE_EXPERIMENTAL_PLUGINS", - supported_providers=["host", "lxd", "managed-host", "multipass"], + supported_providers=_ALL_PROVIDERS, ), dict( param_decls=["--enable-experimental-target-arch"],