root

package
v34.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2020 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package root defines the root of the application command tree.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Command is the root of the command tree.
	Command = setUpRootCmd()
)
View Source
var (
	// Logger is the default log.Logger of the commands
	Logger = &logrus.Logger{
		Out:       os.Stderr,
		Formatter: new(logrus.TextFormatter),
		Hooks:     make(logrus.LevelHooks),
		Level:     logrus.InfoLevel,
	}
)

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