rename battleflow to encounterflow
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user