cmd

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Root = &cobra.Command{
		Short: "A profiling system for local credentials version: " + version,
		Long:  "A profiling system for local credentials version: " + version,
		Run: func(cmd *cobra.Command, args []string) {

			if len(args) == 0 {
				cmd.Help()
				os.Exit(0)
			}
		},
	}
)

Root is largely clerical, will link sub commands here

Functions

func Execute

func Execute()

Execute is called on by the main process

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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