Skip to main content
Module

x/args/command-types.ts>CommandHelp

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
interface CommandHelp
import { type CommandHelp } from "https://deno.land/x/args@2.1.0/command-types.ts";

Interface of component of help message of command parser

Properties

readonly
category: string

Which section should this component be display under?

readonly
title: string

Title of the component

readonly
optional
description: string

Content of the component