private static string GetParameterValue()

in Content/parameters.cake [236:238]


        private static string GetParameterValue(string argumentName, string defaultValue, string environmentNamePrefix = null) {
            return Utils.ArgumentOrEnvironmentVariable(_context, argumentName, defaultValue, environmentNamePrefix);
        }