help - ActiveState ActiveGo 1.8
...

Package help

import "github.com/influxdata/influxdb/cmd/influx_inspect/help"
Overview
Index

Overview ▾

Package help contains the help for the influx_inspect command.

type Command

Command displays help for command-line sub-commands.

type Command struct {
    Stdout io.Writer
}

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.