Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Install a Deno application as a system service
Latest
function checkArguments
import { checkArguments } from "https://deno.land/x/service@1.0.0-rc.0/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.