import { Command } from "https://dotland.deno.dev/x/cliffy@v0.23.2/command/command.ts";
Set command help.
Parameters
help: string | IHelpHandler<Partial<CO>, Partial<CA>, CG, CPG> | HelpOptions
Help string, method, or config for generator that returns the help string.