mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 22:54:03 +09:00
using unix convention for cmd args
This commit is contained in:
@@ -3,7 +3,7 @@ if (exec_args[1] == undefined) {
|
||||
return 1
|
||||
}
|
||||
|
||||
const interactive = exec_args[2] && exec_args[2].toLowerCase() == "/i"
|
||||
const interactive = exec_args[2] && exec_args[2].toLowerCase() == "-i"
|
||||
let infile = files.open(_G.shell.resolvePathInput(exec_args[1]).full)
|
||||
|
||||
// read input file
|
||||
|
||||
Reference in New Issue
Block a user