cgse-tools 0.13.0__tar.gz → 0.14.0__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.13.0 → cgse_tools-0.14.0}/.gitignore +1 -0
- {cgse_tools-0.13.0 → cgse_tools-0.14.0}/PKG-INFO +1 -1
- {cgse_tools-0.13.0 → cgse_tools-0.14.0}/pyproject.toml +1 -1
- {cgse_tools-0.13.0 → cgse_tools-0.14.0}/src/cgse_tools/cgse_commands.py +2 -2
- {cgse_tools-0.13.0 → cgse_tools-0.14.0}/src/cgse_tools/cgse_services.py +2 -1
- {cgse_tools-0.13.0 → cgse_tools-0.14.0}/README.md +0 -0
- {cgse_tools-0.13.0 → cgse_tools-0.14.0}/src/cgse_tools/__init__.py +0 -0
- {cgse_tools-0.13.0 → cgse_tools-0.14.0}/src/cgse_tools/cgse_clock.py +0 -0
- {cgse_tools-0.13.0 → cgse_tools-0.14.0}/src/egse/tools/status.py +0 -0
|
@@ -129,7 +129,7 @@ def init(project: str = ""):
|
|
|
129
129
|
)
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
show = typer.Typer(help="Show information about settings, environment, setup, ..."
|
|
132
|
+
show = typer.Typer(help="Show information about settings, environment, setup, ...")
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
@show.command(name="settings")
|
|
@@ -255,7 +255,7 @@ def show_setup(
|
|
|
255
255
|
rich.print("[red]No setup files were found.[/]")
|
|
256
256
|
|
|
257
257
|
|
|
258
|
-
check = typer.Typer(help="Check installation, settings, required files, etc."
|
|
258
|
+
check = typer.Typer(help="Check installation, settings, required files, etc.")
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
@check.command(name="setups")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|