This commit is contained in:
2026-01-02 02:28:59 -08:00
parent deb05c0d44
commit 6e9a0c28ff
13 changed files with 1402 additions and 2334 deletions

View File

@@ -186,7 +186,7 @@ class SharedArgs:
name="path",
type="string",
choices=[], # Dynamically populated via get_store_choices()
description="Selects store",
description="selects store",
)
URL = CmdletArg(
@@ -194,6 +194,11 @@ class SharedArgs:
type="string",
description="http parser",
)
PROVIDER = CmdletArg(
name="provider",
type="string",
description="selects provider",
)
@staticmethod
def get_store_choices(config: Optional[Dict[str, Any]] = None) -> List[str]: