j
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user