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

@@ -9,7 +9,7 @@ def install(c):
@task
def run(c, host="0.0.0.0", port=5050, token="changeme", data_dir=""):
extra = f"--data-dir {data_dir}" if data_dir else ""
c.run(f"python -m battleflow.cli --host {host} --port {port} --token {token} {extra}")
c.run(f"python -m encounterflow.cli --host {host} --port {port} --token {token} {extra}")
@task
def seed_icons(c, host="127.0.0.1", port=5050, token="changeme"):