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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.