mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-06 00:37:26 -08:00
d005bae4f4
resolves #4014
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()
|
|
}
|