Commit Graph

12 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
Sergey Lanzman bc963e0070 go lint 2016-07-23 02:05:01 +03: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
areski 6b85a2c475 Improve bee command lines
Clean and improve some of the command option descriptions
2014-12-18 17:19:34 +01:00
葛琦 55741df579 return actual value from subcommand 2014-08-15 17:38:51 +08:00
Unknown a4baa777cb Added support for gopm 2013-11-03 22:16:15 -05:00
Unknown f724bb0c6b Remove dep of com 2013-10-30 19:39:44 -04:00
Unknown 0f88e47773 Added prompt for bale 2013-09-05 05:05:18 -04:00
Unknown b78161eae6 Added bee bale 2013-09-03 20:04:32 -04:00
Unknown e606b0045d Working on bee bale 2013-09-03 13:23:58 -04:00