func (c *RunContext) GetExportedEnv() []string {
    if c.parent != nil {
        return c.parent.GetExportedEnv()
    }