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
/
cli
/
tests
/
028_args.ts
blob: f3604a8305ebeefa9dddd26e755b3923fe01fd76 (
plain
)
1
2
3
Deno.args.forEach((arg): void => { console.log(arg); });