Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.21/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.