posh/main.go
Kevin Franklin Kim e2ad376b6c initial commit
2023-01-03 15:37:15 +01:00

10 lines
86 B
Go

package main
import (
"github.com/foomo/posh/cmd"
)
func main() {
cmd.Execute()
}