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

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

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

Checks the parsed arguments and throws an error if any of the arguments are invalid.

Parameters

args: Args
  • The parsed arguments.

Returns

  • The parsed and checked arguments.