Function GetoptIdentityLocator.get

Check if command line argument exists, and return identity of it.

string get (
  string identity
);

Parameters

NameDescription
identity the command line argument id.

Throws

NotFoundException in case if the command line argument wasn't found.

Returns

string identity of command line argument if it is available.