Skip to main content
Module

x/args/index.ts>commands.CommandHelp

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
interface commands.CommandHelp
import { type commands } from "https://deno.land/x/args@2.0.7/index.ts";
const { CommandHelp } = commands;

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