Adds an action to execute when the command line arguments have been parsed, but before the target(s) are evaluated and executed.
public void CommandLineParsed(Action action)
| parameter | description |
|---|---|
| action | The action to execute when the command line arguments have been parsed. |