Skip to main content
Module

x/azure_functions/deps.ts>parse

Run Deno 🦕 on Azure Functions ⚡️
Latest
function parse
import { parse } from "https://deno.land/x/azure_functions@v0.9.0/deps.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]