Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "buffalo", Short: "Helps you build your Buffalo applications that much easier!", PersistentPreRun: func(cmd *cobra.Command, args []string) { fmt.Printf("Buffalo version %s\n\n", Version) }, }
RootCmd is the hook for all of the other commands in the buffalo binary.
View Source
var Version = "0.5.0.1"
Version is the current version of the buffalo binary
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.