Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Dec 30, 2019
1 parent 9d9a7b7 commit cf119e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clir.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"fmt"
)

// defaultBannerFunction prints a banner for the application.
// If version is a blank string, it is ignored.
func defaultBannerFunction(c *Cli) string {
version := ""
if len(c.Version()) > 0 {
Expand Down

0 comments on commit cf119e3

Please sign in to comment.