MCPcopy Index your code
hub / github.com/writefreely/writefreely / OutputVersion

Function OutputVersion

app.go:625–627  ·  view source on GitHub ↗

OutputVersion prints out the version of the application.

()

Source from the content-addressed store, hash-verified

623
624// OutputVersion prints out the version of the application.
625func OutputVersion() {
626 fmt.Println(FormatVersion())
627}
628
629// NewApp creates a new app instance.
630func NewApp(cfgFile string) *App {

Callers

nothing calls this directly

Calls 1

FormatVersionFunction · 0.85

Tested by

no test coverage detected