import { type IHelpHandler } from "https://dotland.deno.dev/x/cliffy@v0.23.2/command/types.ts";
Help callback method to print the help.
Invoked by the --help
option and help
command and the .getHelp()
and .showHelp()
method's.
Type Parameters
optional
A extends Array<unknown> = O extends number ? any : []optional
G extends Record<string, any> | void = O extends number ? any : voidoptional
PG extends Record<string, any> | void = O extends number ? any : voidoptional
CT extends Record<string, any> | void = O extends number ? any : voidoptional
GT extends Record<string, any> | void = O extends number ? any : voidoptional
PT extends Record<string, any> | void = O extends number ? any : void