Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/servest/vendor/https/deno.land/std/flags/mod.ts>parse

🌾A progressive http server for Deno🌾
Latest
function parse
import { parse } from "https://deno.land/x/servest@v1.3.4/vendor/https/deno.land/std/flags/mod.ts";

Take a set of command line arguments, with an optional set of options, and return an object representation of those argument.

 const parsedArgs = parse(Deno.args);

Parameters

args: string[]
optional
unnamed 1: ArgParsingOptions = [UNSUPPORTED]