mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-03-02 18:19:12 +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()
|
|
}
|