type alias CliCommandHandler
Since 0.1.0

A CLI command implementation.

Definition

(args: readonly string[]) => void | Promise<void>

Usage

import { type CliCommandHandler } from "common/src/index.ts";