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

x/service/lib/cli/main.ts>main

Install a Deno application as a system service
Go to Latest
function main
import { main } from "https://deno.land/x/service@1.0.0-beta.5/lib/cli/main.ts";

Define the main entry point of the CLI application

Parameters

inputArgs: string[]