Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/trex/utils/types.ts>HelpCommandParams

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

Properties

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