mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
8 lines
100 B
Go
8 lines
100 B
Go
package main
|
|
|
|
import "github.com/jandedobbeleer/oh-my-posh/src/cli"
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
}
|