import { type IHelpHandler } from "https://deno.land/x/cliffy@v0.19.0/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.
x/cliffy/command/types.ts>IHelpHandler
import { type IHelpHandler } from "https://deno.land/x/cliffy@v0.19.0/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.