mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 22:07:25 -08:00
12 lines
141 B
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)
|
|
}
|