feat/minteg #39
1 changed files with 10 additions and 10 deletions
Merge branch 'develop' into feat/minteg
All checks were successful
Mypy / mypy (push) Successful in 1m8s
Pytest / pytest (3.14) (push) Successful in 1m13s
Pytest / pytest (3.13) (pull_request) Successful in 1m10s
Ruff / ruff (pull_request) Successful in 58s
Pytest / pytest (3.12) (push) Successful in 1m16s
Pytest / pytest (3.13) (push) Successful in 1m8s
Ruff / ruff (push) Successful in 58s
Mypy / mypy (pull_request) Successful in 1m9s
Pytest / pytest (3.12) (pull_request) Successful in 1m16s
Pytest / pytest (3.14) (pull_request) Successful in 1m12s
All checks were successful
Mypy / mypy (push) Successful in 1m8s
Pytest / pytest (3.14) (push) Successful in 1m13s
Pytest / pytest (3.13) (pull_request) Successful in 1m10s
Ruff / ruff (pull_request) Successful in 58s
Pytest / pytest (3.12) (push) Successful in 1m16s
Pytest / pytest (3.13) (push) Successful in 1m8s
Ruff / ruff (push) Successful in 58s
Mypy / mypy (pull_request) Successful in 1m9s
Pytest / pytest (3.12) (pull_request) Successful in 1m16s
Pytest / pytest (3.14) (pull_request) Successful in 1m12s
commit
b3a0c412f2
|
|
@ -29,7 +29,7 @@ def _version_callback(value: bool) -> None:
|
|||
@app.command()
|
||||
def update(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -45,7 +45,7 @@ def update(
|
|||
@app.command()
|
||||
def lister(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -76,7 +76,7 @@ def lister(
|
|||
@app.command()
|
||||
def alias_add(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -94,7 +94,7 @@ def alias_add(
|
|||
@app.command()
|
||||
def find(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -123,7 +123,7 @@ def find(
|
|||
@app.command()
|
||||
def stat(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -142,7 +142,7 @@ def stat(
|
|||
|
||||
@app.command()
|
||||
def check(path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -156,7 +156,7 @@ def check(path: Path = typer.Option(
|
|||
@app.command()
|
||||
def importer(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -179,7 +179,7 @@ def importer(
|
|||
@app.command()
|
||||
def reimporter(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -203,7 +203,7 @@ def reimporter(
|
|||
@app.command()
|
||||
def init(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
@ -223,7 +223,7 @@ def init(
|
|||
@app.command()
|
||||
def drop_cache(
|
||||
path: Path = typer.Option(
|
||||
Path('./corrlib'),
|
||||
Path('.'),
|
||||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue