[WIP] Started run command

This commit is contained in:
2025-10-11 14:13:28 +02:00
parent 6e0ae1f25e
commit 849dd7a733
6 changed files with 28 additions and 36 deletions

View File

@@ -8,5 +8,6 @@ export PYTHONPATH="$ROOT_DIR/core:$ROOT_DIR/cli:$PYTHONPATH"
old_dir="$(pwd)"
cd ../
echo "$@"
python -m cpl.cli.main "$@"
cd "$old_dir"