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.
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.