Documentation
¶
Overview ¶
Package help prints help messages about parts of plz.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Help ¶
Help prints help on a particular topic. It returns true if the topic is known or false if it isn't.
Types ¶
type Topic ¶
type Topic string
Topic is a help topic that implements completion for flags. It's otherwise equivalent to a string.
func (Topic) Complete ¶
func (topic Topic) Complete(match string) []flags.Completion
Complete implements the flags.Completer interface, which is used for shell completion.
Source Files
¶
- completion.go
- help.go
Click to show internal directories.
Click to hide internal directories.