paths_cli.param_core.OPSStorageLoadNames¶
-
class
paths_cli.param_core.OPSStorageLoadNames(param, store)¶ Simple loader that expects its input to be a name or index.
- param
AbstractParameter the Option or Argument wrapping a click decorator
- storeStr
the name of the store to search
-
__init__(param, store)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(param, store)Initialize self.
get(storage, names)Get the names from the storage
Attributes
clickedCreate the click decorator
- param