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

x/args/index.ts>commands.CommandHelp

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface commands.CommandHelp
import { type commands } from "https://deno.land/x/args@2.1.1/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