cgse-tools 0.17.0__tar.gz → 0.17.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/.gitignore +5 -0
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/PKG-INFO +1 -1
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/pyproject.toml +1 -1
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/src/cgse_tools/cgse_commands.py +1 -0
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/README.md +0 -0
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/src/cgse_tools/__init__.py +0 -0
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/src/cgse_tools/cgse_clock.py +0 -0
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/src/cgse_tools/cgse_services.py +0 -0
- {cgse_tools-0.17.0 → cgse_tools-0.17.2}/src/egse/tools/status.py +0 -0
|
@@ -217,6 +217,7 @@ def show_setup(
|
|
|
217
217
|
list_all: Annotated[bool, typer.Option(help="Print a list of all available setups")] = False,
|
|
218
218
|
setup_id: Annotated[int, typer.Option(help="Show the setup with this id")] = -1,
|
|
219
219
|
):
|
|
220
|
+
"""Show the Setup that was selected from the options."""
|
|
220
221
|
if use_cm:
|
|
221
222
|
try:
|
|
222
223
|
from egse.confman import ConfigurationManagerProxy
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|