1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

bee default support watchall support generate doc

bee run appname true
This commit is contained in:
astaxie
2014-06-18 21:31:54 +08:00
parent 37badb1411
commit 4ac9fb0dac
3 changed files with 24 additions and 14 deletions

View File

@ -65,7 +65,7 @@ func testApp(cmd *Command, args []string) {
var paths []string
readAppDirectories(crupath, &paths)
NewWatcher(paths, nil)
NewWatcher(paths, nil, false)
appname = args[0]
for {
select {