import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Command } = cliffy;
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.