paths_cli.param_core.AbstractLoader¶
-
class
paths_cli.param_core.AbstractLoader(param)¶ Abstract object for getting relevant OPS object from the CLI.
- param
AbstractParameter the Option or Argument wrapping a click decorator
-
__init__(param)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(param)Initialize self.
get(*args, **kwargs)Get the desired OPS object, based on the CLI input
Attributes
clickedCreate the click decorator
- param