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