Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "1.4.0"
Variables ¶
View Source
var ErrConfigNotExist = errors.New("no config file was found")
ErrConfigNotExist is returned when a configuration file cannot be found.
View Source
var RootCmd = &cobra.Command{ Use: "refresh", Short: "Refresh is a command line tool that builds and (re)starts your Go application everytime you save a Go or template file.", PersistentPreRun: func(cmd *cobra.Command, args []string) { fmt.Printf("Refresh (%s)\n\n", Version) }, RunE: func(cmd *cobra.Command, args []string) error { return Run(cfgFile) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.