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: 5aa0a503459b31e9248f341f1b9e4f4806bad1d6 (
plain
)
1
2
3
4
import { args } from "deno"; import { parse } from "./mod.ts"; console.dir(parse(args));