index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testdata
/
run
/
028_args.ts
blob: ec41d52f9e1260788030142751b0466fc1adc3c9 (
plain
)
1
2
3
Deno.args.forEach((arg) => { console.log(arg); });