package commandctrl
import "ucl.lmika.dev/ucl"
type CommandPack interface {
InstOptions() []ucl.InstOption
ConfigureUCL(ucl *ucl.Inst)
}