add --docs flag for utility
This commit is contained in:
committed by
Matthias Mailänder
parent
7c31a8f28e
commit
d0cf627b23
@@ -29,6 +29,7 @@ namespace OpenRA.Utility
|
||||
{ "--remap", Command.RemapShp },
|
||||
{ "--r8", Command.ConvertR8ToPng },
|
||||
{ "--transpose", Command.TransposeShp },
|
||||
{ "--docs", Command.ExtractTraitDocs },
|
||||
};
|
||||
|
||||
if (args.Length == 0) { PrintUsage(); return; }
|
||||
|
||||
Reference in New Issue
Block a user