1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-03 15:18:10 +00:00

Add (dyn :executable).

Also remove process/args.
This commit is contained in:
Calvin Rose
2019-07-27 09:31:03 -05:00
parent d46bcd5b8f
commit a3a3e4c0dc
5 changed files with 9 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ Flags are:
"clear-cache" cook/clear-cache
"uninstall" uninstall})
(def args (tuple/slice (dyn :args) 2))
(def args (tuple/slice (dyn :args) 1))
(def len (length args))
(var i 0)