cgse-tools 0.13.0__tar.gz → 0.13.1__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.
@@ -18,6 +18,7 @@ dist
18
18
 
19
19
  .pytest_cache
20
20
  .coverage
21
+ .coverage.*
21
22
  .nox
22
23
  htmlcov
23
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgse-tools
3
- Version: 0.13.0
3
+ Version: 0.13.1
4
4
  Summary: Tools for CGSE
5
5
  Author: IvS KU Leuven
6
6
  Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cgse-tools"
3
- version = "0.13.0"
3
+ version = "0.13.1"
4
4
  description = "Tools for CGSE"
5
5
  authors = [
6
6
  {name = "IvS KU Leuven"}
@@ -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, ...", no_args_is_help=True)
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.", no_args_is_help=True)
258
+ check = typer.Typer(help="Check installation, settings, required files, etc.")
259
259
 
260
260
 
261
261
  @check.command(name="setups")
@@ -4,7 +4,7 @@ import rich
4
4
  import typer
5
5
 
6
6
  dev_x = typer.Typer(
7
- name="dev-x", help="device-x is an imaginary device that serves as an example", no_args_is_help=True
7
+ name="dev-x", help="device-x is an imaginary device that serves as an example",
8
8
  )
9
9
 
10
10
 
File without changes