GetoptIdentityLocator

Command line arguments data source/locator used by converting containers.

class GetoptIdentityLocator : Locator!(string, string) {}

Constructors

this
this()

Default constructor for GetoptIdentityLocator

this
this(string[] args)

Constructor for GetoptIdentityLocator

Members

Functions

get
string get(string identity)

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

has
bool has(string identity)

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

Meta