mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import "github.com/sern-handler/cli/cmd/cli"
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
}
|