Arguments.getBool

Convenience method to check whether an argument is set or not (i.e. whether it was found during parsing of the command-line arguments).

class Arguments
bool
getBool

Parameters

name cstring

name of the argument

Return Value

Type: bool

true if the argument is set, false otherwise

Meta