deno/cli/tests/028_args.ts.out
Ry Dahl d492c5abe3
feat: Deno.args now does not include script (#3628)
Previously Deno.args was ["script.js", "arg1", "arg2"]
Now it is just ["arg1", "arg2"]
BREAKING CHANGE
2020-01-09 11:37:01 -07:00

7 lines
37 B
Plaintext

--arg1
val1
--arg2=val2
--
arg3
arg4