Skip to content

Commit

Permalink
Add newline for version command
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Oct 27, 2021
1 parent 1e225ba commit 945cdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (r *Runner) run() error {
r.cfg.Usage(r.cfg, r.cmds)
return nil
case cmd == "version":
fmt.Printf("%s version: %s\n", r.cfg.AppName, r.cfg.Version)
fmt.Printf("%s version: %s\n\n", r.cfg.AppName, r.cfg.Version)
return nil
}

Expand Down

0 comments on commit 945cdca

Please sign in to comment.