Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdRun = &commands.Command{ UsageLine: "run [appname] [watchall] [-main=*.go] [-downdoc=true] [-gendoc=true] [-vendor=true] [-e=folderToExclude] [-ex=extraPackageToWatch] [-tags=goBuildTags] [-runmode=RADIANT_RUNMODE]", Short: "Run the application by starting a local development server", Long: ` Run command will supervise the filesystem of the application for any changes, and recompile/restart it. `, PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() }, Run: RunApp, }
Functions ¶
func NewWatcher ¶
NewWatcher starts an fsnotify Watcher on the specified paths
func Restart ¶
func Restart(appname string)
Restart kills the running command process and starts it again
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.