package cmd import "context" func Start(ctx context.Context) error { return rootCommand.ExecuteContext(ctx) }