Usage.Feature

Representation of a CLI feature

struct Usage
struct Feature {
string paramName;
string helpText;
bool documented;
}

Members

Variables

deprecated_
bool deprecated_;

whether the feature is still in use

name
string name;

name of the feature

Suggestion Box / Bug Report