import { type HelpHandler } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts";
Help callback method to print the help.
Invoked by the --help
option and help
command and the .getHelp()
and .showHelp()
methods.
Type Parameters
optional
TOptions extends Record<string, any> | void = anyoptional
TParentCommand extends Command<any> | undefined = TOptions extends number ? any : undefinedoptional
TCommand extends Command<TParentGlobals, TParentTypes, TOptions, TArguments, TGlobals, TTypes, TGlobalTypes, TParentCommand> = Command<TParentGlobals, TParentTypes, TOptions, TArguments, TGlobals, TTypes, TGlobalTypes, TParentCommand>