upod/internal/cmd/init.go
2024-03-20 19:14:31 -07:00

7 lines
66 B
Go

package cmd
func init() {
initRootCommand()
initRunCommand()
}