Plugin

Holds information for a discovered plugin.

struct Plugin {
string name;
string help;
FileName path;
Kind kind;
}

Meta