mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Updated OptionsDefinition
This commit is contained in:
parent
44155976d3
commit
a6e947b502
@ -6,7 +6,7 @@ namespace Wabbajack.CLI
|
|||||||
public class OptionsDefinition
|
public class OptionsDefinition
|
||||||
{
|
{
|
||||||
public static Type[] AllOptions = {
|
public static Type[] AllOptions = {
|
||||||
typeof(OptionsDefinition), typeof(Encrypt), typeof(Decrypt)
|
typeof(OptionsDefinition), typeof(Encrypt), typeof(Decrypt), typeof(Validate)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user