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

x/service/lib/cli/args.ts

Install a Deno application as a system service
Go to Latest
import * as service from "https://deno.land/x/service@1.0.0-alpha.4/lib/cli/args.ts";

Functions

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

Parses command line arguments and returns a parsed object.