pass arguments to file watch
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
-lib kiss
|
||||
-cp src
|
||||
--main Main
|
||||
--interp
|
||||
--python bin/main.py
|
@@ -1,2 +1,2 @@
|
||||
(defun main []
|
||||
(trace "Hello, project testing!"))
|
||||
(trace (nth (Sys.args) 0)))
|
@@ -1,4 +1,5 @@
|
||||
#! /bin/bash
|
||||
|
||||
haxelib dev kiss ../../
|
||||
haxe build.hxml
|
||||
haxe build.hxml
|
||||
python bin/main.py test
|
Reference in New Issue
Block a user