@ -8,9 +8,11 @@ import (
"git.rob.mx/nidito/chinampa/pkg/runtime"
)
func Register(cmd *command.Command) {
func Register(cmds ...*command.Command) {
for _, cmd := range cmds {
registry.Register(cmd.SetBindings())
}
type Config struct {
Name string