ArgumentInspector

Argument inspector that provides info about available properties in a command line field.

Members

Functions

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

Check if component has a field or a property.

properties
string[] properties(const(string)[] component)

Return a list of properties that component holds.

typeOf
TypeInfo typeOf(const(string)[] component, string property)

Identify the type of child field of component.

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

Identify the type of component itself.

Meta