add code as find arg
This commit is contained in:
parent
0f2e61e600
commit
6268af9afa
1 changed files with 2 additions and 1 deletions
|
@ -91,11 +91,12 @@ def find(
|
|||
),
|
||||
ensemble: str = typer.Argument(),
|
||||
corr: str = typer.Argument(),
|
||||
code: str = typer.Argument(),
|
||||
) -> None:
|
||||
"""
|
||||
Find a record in the backlog at hand. Through specifying it's ensemble and the measured correlator.
|
||||
"""
|
||||
results = find_record(path, ensemble, corr)
|
||||
results = find_record(path, ensemble, corr, code)
|
||||
print(results)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue