public FindMatchingAction ( string key, bool throwIfMoreThanOneMatch = false ) : |
||
key | string | The key as if it was typed in on the command line. This can also be an alias. |
throwIfMoreThanOneMatch | bool | If set to true then this method will throw and InvalidArgDeginitionException if more than 1 match is found |
return |