Updated OptionsDefinition

This commit is contained in:
erri120 2020-02-08 19:09:40 +01:00
parent 44155976d3
commit a6e947b502
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -6,7 +6,7 @@ namespace Wabbajack.CLI
public class OptionsDefinition
{
public static Type[] AllOptions = {
typeof(OptionsDefinition), typeof(Encrypt), typeof(Decrypt)
typeof(OptionsDefinition), typeof(Encrypt), typeof(Decrypt), typeof(Validate)
};
}
}