Versions in this module Expand all Collapse all v0 v0.1.1 Nov 22, 2024 v0.1.0 Nov 20, 2024 Changes in this version + func InitRootCmd(ctx context.Context) + func RegisterService(s Service) + func Run() + type Base struct + func (b *Base) Description() string + func (b *Base) Name(child Service) string + func (b *Base) Run(_ context.Context, _ []string) + type Service interface + Description func() string + Name func(child Service) string + Run func(ctx context.Context, args []string)