oh-my-posh/src/main.go
2022-03-13 07:57:35 +01:00

12 lines
111 B
Go

package main
import "oh-my-posh/cli"
var (
Version = "development"
)
func main() {
cli.Execute(Version)
}