CommandArgs.hasAppArgs

Checks if the app arguments are present.

class CommandArgs
@property
bool
hasAppArgs
()

Return Value

Type: bool

true if an -- argument is given with arguments after it, otherwise false

Meta