Module

x/trex/utils/types.ts>HelpCommandParams

Package Manager for deno 🦕
Go to Latest
interface HelpCommandParams
import { type HelpCommandParams } from "https://dotland.deno.dev/x/trex@v1.13.0/utils/types.ts";

Properties

command: { alias: string[]; description: string; }
flags: Array<{ description: string; alias: string[]; }>