mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
0bd957fc76
resolves #1911
12 lines
111 B
Go
12 lines
111 B
Go
package main
|
|
|
|
import "oh-my-posh/cli"
|
|
|
|
var (
|
|
Version = "development"
|
|
)
|
|
|
|
func main() {
|
|
cli.Execute(Version)
|
|
}
|