mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 04:07:25 -08:00
10 lines
105 B
Go
10 lines
105 B
Go
package main
|
|
|
|
import (
|
|
"github.com/jandedobbeleer/oh-my-posh/src/cli"
|
|
)
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
}
|