verifySettings

Verifies some settings and returns whether the program should continue executing (or whether there were errors such that we should exit).

This is called after command-line arguments have been parsed.

private
verifySettings

Parameters

instance Kameloso

The current Kameloso instance.

Return Value

Type: auto

Next.returnFailure if the program should exit, Next.continue_ otherwise.