var myOption = requiredOptionSet.AddVariable<string>("s", "some description"); Outputs: Error: The following variables were missing: s= some description
var myOption = requiredOptionSet.AddVariable("s", "some description");
Outputs:
Error: The following variables were missing:
s= some description