processOptions

fun processOptions(strings: Array<String>)

Treat the specified array as containing option strings. Process each option string separately, synchronously executing the action associated with it upon its discovery.

This operation is safe for concurrent access.

Parameters

strings

The option strings.

Throws

If any exception occurs during option processing.