03f2057eb0
Added PreRun phase to Command struct
...
Now each command has a PreRun function that will execute before calling
the Run() function. This allows to show the banner and do some pre-check
work. Also moved parsePackagesFromDir() to the main function to avoid
getting called each time 'bee' is invoked.
2016-11-20 22:28:52 +01:00
deacdaa667
Fixes the filename and lineNo in debug log message
2016-11-14 18:05:34 +01:00
cf7aef47f0
Implementing the new logging infrastructure
...
Moved logging to the new logging infrastructure by removing the use of
ColorLog() function. Added more documentation. Also fixed some typos in
comments and function names.
2016-11-13 15:14:48 +01:00
0dbe35a943
go vet happy
2016-01-25 21:43:29 +08:00
55741df579
return actual value from subcommand
2014-08-15 17:38:51 +08:00
fff8754c82
Update test.go
...
line 97
ColorLog("[ERRO] %s", err) 缺少参数%s。
2014-07-20 18:03:12 +08:00
4ac9fb0dac
bee default support watchall support generate doc
...
bee run appname true
2014-06-18 21:31:54 +08:00
3141202051
improve the bee
2014-04-03 16:41:44 +08:00
7da30d1b35
now bee run can specify main files
2014-02-22 01:51:18 +08:00
88be60060e
add goconvey
2013-12-23 23:32:01 +08:00
865272a7f7
Update LICENSE
2013-10-30 19:54:53 -04:00
f724bb0c6b
Remove dep of com
2013-10-30 19:39:44 -04:00
18de4eb4c5
resolve some merge problem
2013-09-24 10:49:01 +08:00
8115d5e1b8
modify bee test for more competible with none beego project, and add func safePathAppend
2013-09-24 10:42:02 +08:00
69761e3715
fmt code, and fix bug(bee new has wrong path seprator in windows)
2013-09-12 19:20:48 +08:00
e606b0045d
Working on bee bale
2013-09-03 13:23:58 -04:00
6923aeb1ae
Use package com colorlog for uniform management
2013-08-24 16:41:46 +08:00
9ba4bbc1bc
add test
2013-08-22 11:03:31 +08:00