rename battleflow to encounterflow

This commit is contained in:
2025-11-20 16:55:03 +01:00
parent 722e9ccbd3
commit f1325f31e0
35 changed files with 22 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ dev:
$(PY) -m pip install -r requirements-dev.txt
run:
$(PY) -m battleflow.cli --host $(HOST) --port $(PORT) --token $(TOKEN) $(if $(DATA),--data-dir $(DATA),)
$(PY) -m encounterflow.cli --host $(HOST) --port $(PORT) --token $(TOKEN) $(if $(DATA),--data-dir $(DATA),)
test:
pytest -q