1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 00:43:27 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
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
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
b5bf9d07c3 unzip to swagger while not swagger-2 2016-08-19 23:45:18 +08:00
astaxie
20da95be6e update swagger links 2016-08-17 00:52:57 +08:00
Sergey Lanzman
bc963e0070 go lint 2016-07-23 02:05:01 +03:00
葛琦
55741df579 return actual value from subcommand 2014-08-15 17:38:51 +08:00
astaxie
22f4c92022 add tips where not exist the swagger files 2014-06-19 21:19:23 +08:00
astaxie
05c7d51efa bee add rundocs 2014-06-19 21:09:17 +08:00