import { args } from "deno"; import { parse } from "./index.ts"; console.dir(parse(args));