variable PROGRAM_NAME

The name of the CLI executable.

Deno chooses the installed binary name at install time (deno install -g -n setu …), so help text interpolates this constant rather than deriving a name from argv — Deno exposes no reliable argv[0].

Type

"setu"

Usage

import { PROGRAM_NAME } from "cli/src/index.ts";