OutputVersion prints out the version of the application.
()
| 623 | |
| 624 | // OutputVersion prints out the version of the application. |
| 625 | func OutputVersion() { |
| 626 | fmt.Println(FormatVersion()) |
| 627 | } |
| 628 | |
| 629 | // NewApp creates a new app instance. |
| 630 | func NewApp(cfgFile string) *App { |
nothing calls this directly
no test coverage detected