Interface Manual
Source: command.ts
Documentation metadata used by the help or man commands.
Properties
purpose?
optionalpurpose?:string
A brief one-line summary of what the command does.
usage?
optionalusage?:string
A string representing the syntax (e.g., "ls [OPTION]... [FILE]...").
description?
optionaldescription?:string
A detailed explanation of the command's behavior.
options?
optionaloptions?:object
A mapping of option names to their descriptions for the help output.