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
-cp src
--main Main
--interp
--python bin/main.py

View File

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

View File

@@ -1,4 +1,5 @@
#! /bin/bash
haxelib dev kiss ../../
haxe build.hxml
haxe build.hxml
python bin/main.py test