Function GetoptIdentityLocator.has

Check if an command line argument is present in list of arguments by key id.

inout bool has (
  const(string) identity
);

Parameters

NameDescription
identity identity of element.

Returns

bool true if an command line argument by key is present in arguments.