ArgumentAccessor

Accessor filtering a list of strings out of strings that are not containing a command line property

Members

Functions

access
const(string)[] access(const(string)[] component, string property)

Get a property out of component

componentType
TypeInfo componentType(const(string)[] component)

Identify the type of supported component.

has
bool has(const(string)[] component, string property)

Check if requested property is present in component.

Meta