1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

bee add rundocs

This commit is contained in:
astaxie
2014-06-19 21:09:17 +08:00
parent 3c695e8002
commit 05c7d51efa
4 changed files with 170 additions and 1 deletions

3
bee.go
View File

@ -25,7 +25,7 @@ import (
"strings"
)
const version = "1.1.0"
const version = "1.1.1"
type Command struct {
// Run runs the command.
@ -82,6 +82,7 @@ var commands = []*Command{
cmdBale,
cmdVersion,
cmdGenerate,
cmdRundocs,
}
func main() {