feat: show all tasks in directory when calling streamer

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-04-13 17:00:14 +02:00
parent e748d46c8a
commit f73c6d16cb
5 changed files with 22 additions and 6 deletions

View file

@ -9,7 +9,7 @@ dependencies = [
]
[project.scripts]
streamer = "streamer:hello"
streamer = "streamer:run"
[build-system]
requires = ["hatchling"]