cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2019 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

Package cmd is the command line implementations. Only the root command is public while the rest private implementations.

Index

Constants

This section is empty.

Variables

View Source
var (
	// BuildTag set during build to git tag, if any
	BuildTag = "unset"

	// BuildSha is the git sha set during build
	BuildSha = "unset"

	// GitTreeState is state of git tree during build, dirty if there are uncommitted changes
	GitTreeState = "unset"
)

Functions

func NewRootCmd

func NewRootCmd() *cobra.Command

NewRootCmd returns the root command for TAU.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL