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

x/pup/lib/cli/args.ts>parseArguments

Universal process manager built in Deno
Go to Latest
function parseArguments
import { parseArguments } from "https://deno.land/x/pup@1.0.0-alpha-29/lib/cli/args.ts";

Parses command line arguments and returns a parsed object.

Parameters

args: string[]
  • An array of command line arguments.

Returns

Args
  • A parsed object containing the command line arguments.