forked from coop-cloud/abra
docs: document main package
This commit is contained in:
parent
fb75567729
commit
254a4d6d43
@ -1,10 +1,14 @@
|
||||
// Package main provides the command-line entrypoint.
|
||||
package main
|
||||
|
||||
import (
|
||||
"coopcloud.tech/abra/cli"
|
||||
)
|
||||
|
||||
// Version is the current version of abra.
|
||||
var Version string
|
||||
|
||||
// Commit is the current commit of abra.
|
||||
var Commit string
|
||||
|
||||
func main() {
|
||||
@ -17,5 +21,4 @@ func main() {
|
||||
}
|
||||
|
||||
cli.RunApp(Version, Commit)
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user