help

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package help implements the help builtin command.

help — display help for commands

Usage: help [command]

With no arguments, list all available builtin commands with a brief description. When a command name is given, display detailed help for that command.

Exit codes:

0  Success.
1  Unknown command or --help was requested.

Index

Constants

This section is empty.

Variables

View Source
var Cmd = builtins.Command{
	Name:        "help",
	Description: "display help for commands",
	MakeFlags:   registerFlags,
}

Cmd is the help builtin command descriptor.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL