Faissal Elamraoui
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
Faissal Elamraoui
deacdaa667
Fixes the filename and lineNo in debug log message
2016-11-14 18:05:34 +01:00
Faissal Elamraoui
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
astaxie
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
xuewuhen
fff8754c82
Update test.go
...
line 97
ColorLog("[ERRO] %s", err) 缺少参数%s。
2014-07-20 18:03:12 +08:00
astaxie
4ac9fb0dac
bee default support watchall support generate doc
...
bee run appname true
2014-06-18 21:31:54 +08:00
astaxie
3141202051
improve the bee
2014-04-03 16:41:44 +08:00
slene
7da30d1b35
now bee run can specify main files
2014-02-22 01:51:18 +08:00
astaxie
88be60060e
add goconvey
2013-12-23 23:32:01 +08:00
Unknown
865272a7f7
Update LICENSE
2013-10-30 19:54:53 -04:00
Unknown
f724bb0c6b
Remove dep of com
2013-10-30 19:39:44 -04:00
shxsun
18de4eb4c5
resolve some merge problem
2013-09-24 10:49:01 +08:00
shxsun
8115d5e1b8
modify bee test for more competible with none beego project, and add func safePathAppend
2013-09-24 10:42:02 +08:00
ssx205
69761e3715
fmt code, and fix bug(bee new has wrong path seprator in windows)
2013-09-12 19:20:48 +08:00
Unknown
e606b0045d
Working on bee bale
2013-09-03 13:23:58 -04:00
Unknown
6923aeb1ae
Use package com colorlog for uniform management
2013-08-24 16:41:46 +08:00
fanngyuan
9ba4bbc1bc
add test
2013-08-22 11:03:31 +08:00