From 15f9ebc33e24f9ec4ce85b76b3df212beeb1c220 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 7 Aug 2023 07:57:04 -0400 Subject: [PATCH] _options.py: use "_ALL_PROVIDERS" as the shorter form for all providers Signed-off-by: Robert P. J. Day --- snapcraft_legacy/cli/_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],