updateProperty

fun updateProperty(propName: String, propValue: Any?, block: ZoweConfig.PropertyBuilder.() -> Unit)

Searches for a property and updates it in found profile with creating profiles sequence to search.

Return

Nothing.

See also

Parameters

propName

property name to search.

block

extension function for PropertyBuilder class. This parameter is needed for creating a sequence of profiles to search by invoking corresponding methods in the right order.