pass arguments to file watch
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
(defun main []
|
||||
(trace "Hello, project testing!"))
|
||||
(trace (nth (Sys.args) 0)))
|
Reference in New Issue
Block a user
@@ -1,2 +1,2 @@
|
||||
(defun main []
|
||||
(trace "Hello, project testing!"))
|
||||
(trace (nth (Sys.args) 0)))
|