jw
07/13/2020, 12:32 PM--
flags as arguments to a script? They are interpreted by kotlin rather than passed as arguments to my script. I tried using env -S kotlin --
as my shebang but kotlin
doesn't seem to support --
jw
07/13/2020, 12:39 PM$ ./test.main.kts --debug
error: invalid argument: --debug
info: use -help for more information
jw
07/13/2020, 12:50 PMkenkyee
07/14/2020, 10:58 AMjw
07/14/2020, 5:01 PMargs
array