upod/internal/cmd/init.go

7 lines
66 B
Go
Raw Normal View History

2024-03-20 19:14:31 -07:00
package cmd
func init() {
initRootCommand()
initRunCommand()
}