Usage.Feature

Representation of a CLI feature

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

Meta