Enumeration of possible locations from which the configuration parameter is being used.
More...
Enumeration of possible locations from which the configuration parameter is being used.
◆ from_click_source()
| cli.config.ConfigSourceLocation.from_click_source |
( |
click.core.ParameterSource | source | ) |
|
|
static |
◆ COMMANDLINE
| str cli.config.ConfigSourceLocation.COMMANDLINE = "Commandline" |
|
static |
◆ DEFAULT
| str cli.config.ConfigSourceLocation.DEFAULT = "Default" |
|
static |
◆ ENVIRONMENT
| str cli.config.ConfigSourceLocation.ENVIRONMENT = "Environment" |
|
static |
◆ PERSISTENT
| str cli.config.ConfigSourceLocation.PERSISTENT = "Persistent" |
|
static |
◆ PROMPT
| str cli.config.ConfigSourceLocation.PROMPT = "Prompt" |
|
static |
◆ SERVICE_DISCOVERY
| str cli.config.ConfigSourceLocation.SERVICE_DISCOVERY = "Service Discovery" |
|
static |
The documentation for this class was generated from the following file:
- clients/common/src/rtctk/common/cli/config.py