Commit Graph

28 Commits

Author SHA1 Message Date
Faissal Elamraoui e927a9193d Enhances the commands short and long description
This enhances the output of bee help/usage by using colored and bold text to
highlight examples.
2016-12-03 11:54:41 +01:00
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 b022ab3277 Merge pull request #223 from saturn4er/patch-1
Some fixes in README.md
2016-07-13 13:50:58 +08:00
Faissal Elamraoui b8250ebb72 New Bee banner
Added a new Bee banner using ASCII art. When bee is invoked,
the banner is displayed with the version number (short banner).
A More verbose Banner is added to 'bee version' which shows
more information about the host and Go runtime.
2016-06-01 14:30:29 +02:00
Jacob Bin Wang 6b9bc5debf Fix EnableAdmin error in fix rules
1. "EnableAdmin" should be replaced by "BConfig.Listen.EnableAdmin",
   instead of "BConfig.Listen.AdminEnable"
2016-05-20 09:58:12 +08:00
astaxie bccfd667c1 Merge branch 'master' into develop 2016-04-05 22:27:20 +08:00
Dmitri Logvinenko e523bf5da4 Fix misspelling and improve command description 2016-03-27 16:42:26 +03:00
youngsterxyf 060b452ac0 fix #1663 2016-02-05 08:32:45 +08:00
astaxie 460aa32b7e fix #164 #165 2016-01-25 21:05:08 +08:00
astaxie 46a9c4a390 update fix 2016-01-18 11:33:52 +08:00
astaxie 0acdf2e816 fix the rename in beego 2016-01-15 14:45:56 +08:00
JessonChan 19c9f8923f typo fixed
52083de720

https://github.com/astaxie/beego/pull/1567
2016-01-15 14:30:17 +08:00
astaxie 32eb301861 add fix for cache update 2016-01-13 16:39:56 +08:00
astaxie 36eb03e05c update the fix for config 2016-01-12 21:57:52 +08:00
astaxie c2bca2b114 fix data 2016-01-11 15:21:54 +08:00
astaxie d34e14d013 update orm and httplib fix 2016-01-11 14:30:42 +08:00
astaxie f997f5b625 add fix data & params 2016-01-08 23:16:17 +08:00
astaxie 0e3370baa8 fix the log prackage name 2016-01-08 11:47:16 +08:00
astaxie 4401bfccda assignment the result 2016-01-08 11:44:38 +08:00
astaxie 07aa189b6f fix the miss arguments 2016-01-08 11:40:49 +08:00
astaxie b305152fe7 fix the StaticDir & StaticExtensionsToGzip 2016-01-08 11:37:46 +08:00
astaxie 284c7fd7a9 fix the log.LoggerInterface & v.Apis 2016-01-08 11:35:23 +08:00
astaxie ed219d7158 fix the params rules 2016-01-08 11:10:18 +08:00
astaxie f0da7795a4 skip start with . dir 2016-01-08 11:04:05 +08:00
astaxie 7342e701e5 add more rules for upgrade 2016-01-08 10:50:52 +08:00
astaxie c7c811358c add fix command 2016-01-08 01:20:12 +08:00
astaxie 807c3de8a7 fix issue with new version 2016-01-06 11:55:56 +08:00