import * as mod from "https://deno.land/std@0.136.0/flags/mod.ts"; FunctionsfparseTake a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments. InterfacesIArgsThe value returned from parse. IParseOptionsThe options for the parse call.