oh-my-posh/src/main.go

12 lines
141 B
Go

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