pass arguments to file watch

This commit is contained in:
2020-11-18 09:56:34 -07:00
parent d712f95e92
commit 165d548128
3 changed files with 4 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
-lib kiss -lib kiss
-cp src -cp src
--main Main --main Main
--interp --python bin/main.py

View File

@@ -1,2 +1,2 @@
(defun main [] (defun main []
(trace "Hello, project testing!")) (trace (nth (Sys.args) 0)))

View File

@@ -2,3 +2,4 @@
haxelib dev kiss ../../ haxelib dev kiss ../../
haxe build.hxml haxe build.hxml
python bin/main.py test