expose tracker option in cli
This commit is contained in:
parent
821bc14f4b
commit
c1aef6cdf2
1 changed files with 10 additions and 5 deletions
|
|
@ -153,11 +153,16 @@ def init(
|
|||
"--dataset",
|
||||
"-d",
|
||||
),
|
||||
tracker: str = typer.Option(
|
||||
str('datalad'),
|
||||
"--tracker",
|
||||
"-t",
|
||||
),
|
||||
) -> None:
|
||||
"""
|
||||
Initialize a new backlog-database.
|
||||
"""
|
||||
create(path)
|
||||
create(path, tracker)
|
||||
return
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue