Skip to content

Commit

Permalink
bump to v0.1.55, update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 13, 2021
1 parent e0e29df commit 1c15d80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions cli/app/cli/app/cmdr/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
const (
// appName = "go-faker"
copyright = "go-faker - A faked records generator - cmdr series"
desc = "faker is an faked records generator."
longDesc = "faker is an faked records generator. It makes an demo application for `cmdr`."
desc = "faker is an faked records generator"
longDesc = "faker is an faked records generator. It makes an demo application for `cmdr`"
examples = `
$ {{.AppName}} gen shell [--bash|--zsh|--auto]
generate bash/shell completion scripts
Expand All @@ -42,6 +42,9 @@ func Entry() {
//trace.WithTraceEnable(defaultTraceEnabled),
cmdr.WithUnhandledErrorHandler(onUnhandledErrorHandler),
cmdr.WithLogx(build.New(build.NewLoggerConfigWith(defaultDebugEnabled, defaultLoggerBackend, defaultLoggerLevel))),
//cmdr.WithHelpTailLine(`
//
//`),

//dex.WithDaemon(
// svr.NewDaemon(svr.WithRouterImpl(sth.NewGinMux())),
Expand Down
6 changes: 3 additions & 3 deletions cli/app/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const (
// AppTitle const
AppTitle = "faked generator"
// AppDesc const
AppDesc = "faker is an effective devops tool. It make an demo application for `cmdr`."
AppDesc = "faker is an faked records generator. It makes an demo application for `cmdr`"
// Version const
Version = "0.1.53"
Version = "0.1.55"
// VersionInt const
VersionInt = 0x000135
VersionInt = 0x000137
)

0 comments on commit 1c15d80

Please sign in to comment.