add --docs flag for utility

This commit is contained in:
Chris Forbes
2012-10-09 12:22:03 +13:00
committed by Matthias Mailänder
parent 7c31a8f28e
commit d0cf627b23
3 changed files with 47 additions and 0 deletions

View File

@@ -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; }