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
/
flags
/
example.ts
blob: 811aacd69347823b3e07994501dd69b4af7eaa48 (
plain
)
1
2
3
4
import { args } from "deno"; import { parse } from "./index.ts"; console.dir(parse(args));