AppBase::OnArgs

AppBase::OnArgs
virtual bool OnArgs(const Args& args, Args::ParseResult parseResult);
Description

OnArgs is called after parsing the command line; parseResult should be checked to determine the action to take.

Parameters
Parameters 
Description 
const Args& args 
The argument descriptions that are parsed. 
Args::ParseResult parseResult 
The action to take. 
Return Value