Skip to main content
Deno 2 is finally 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-rc.10/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.