package help

import "github.com/influxdata/influxdb/cmd/influx_tools/help"

Package help is the help subcommand of the influxd command.

Index

Types

type Command

type Command struct {
	Stdout io.Writer
}

Command displays help for command-line sub-commands.

func NewCommand

func NewCommand() *Command

NewCommand returns a new instance of Command.

func (*Command) Run

func (cmd *Command) Run(args ...string) error

Run executes the command.

Source Files

help.go

Version
v1.12.0 (latest)
Published
Apr 8, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
2 days ago

Tools for package owners.