Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "tnnl", Short: "", Long: ``, RunE: func(cmd *cobra.Command, args []string) error { if shortVersion { fmt.Printf("%s\n", Version) return nil } return cmd.Help() }, }
rootCmd represents the base command when called without any subcommands
View Source
var Version string
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.