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: 51c5cb14b60aa1843ab8b1304f5b193db317d091 (
plain
)
1
2
3
4
5
Deno.args.forEach( (arg): void => { console.log(arg); } );