package cmd import ( "context" ) func Run(ctx context.Context) error { return ctx.Err() }