Option.required

If a option is required, not passing it will result in an error

struct Option
bool required;

Meta