mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-11 17:29:34 +01:00
Enable batdetect2 in the cli
This commit is contained in:
parent
c41551b59c
commit
b997a122f1
@ -1,6 +1,7 @@
|
|||||||
"""BatDetect2 command line interface."""
|
"""BatDetect2 command line interface."""
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
from loguru import logger
|
||||||
|
|
||||||
# from batdetect2.cli.ascii import BATDETECT_ASCII_ART
|
# from batdetect2.cli.ascii import BATDETECT_ASCII_ART
|
||||||
|
|
||||||
@ -21,4 +22,5 @@ BatDetect2 - Detection and Classification
|
|||||||
def cli():
|
def cli():
|
||||||
"""BatDetect2 - Bat Call Detection and Classification."""
|
"""BatDetect2 - Bat Call Detection and Classification."""
|
||||||
click.echo(INFO_STR)
|
click.echo(INFO_STR)
|
||||||
|
logger.enable("batdetect2")
|
||||||
# click.echo(BATDETECT_ASCII_ART)
|
# click.echo(BATDETECT_ASCII_ART)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user