docs: document plugin program cli helpers

This commit is contained in:
Peter Steinberger
2026-06-04 11:03:24 -04:00
parent 169a4159de
commit f7e54acec1
10 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Builds the root Commander program, context, help, hooks, and command registry.
import process from "node:process";
import { Command } from "commander";
import { registerProgramCommands } from "./command-registry.js";