Documentation
¶
Overview ¶
Package root defines the root configuration for the CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Stdin io.Reader
Stdout io.Writer
Stderr io.Writer
Flags *ff.FlagSet
Command *ff.Command
}
Config holds shared I/O writers and the root ff.Command. All subcommand configs embed *Config to inherit these.
Click to show internal directories.
Click to hide internal directories.