Skip to main content
Module

x/args/index.ts>types.FlagHelp

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

Interface of a help item

Properties

readonly
title: string

Item title

readonly
optional
description: string

Item description