Documentation ¶
Overview ¶
package commands ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NanoboxCmd = &cobra.Command{ Use: "nanobox", Short: "", Long: ``, PersistentPreRun: func(ccmd *cobra.Command, args []string) { if config.Verbose { config.LogLevel = "debug" } }, Run: func(ccmd *cobra.Command, args []string) { if version || config.Verbose { fmt.Printf("nanobox v%s\n", config.VERSION) return } ccmd.HelpFunc()(ccmd, args) }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.