mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-02-03 23:17:47 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
package main
|
|
|
|
import "github.com/onyx-and-iris/xair-cli/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|