* Added help output

* Added command line parsing
This commit is contained in:
2015-09-29 15:20:36 +02:00
parent 5da2776f5d
commit c412d64727
4 changed files with 186 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ program restemplate;
{$mode objfpc}{$H+}
uses
URestemplateApp, UFilter, UCRTHelper;
URestemplateApp, UFilter, UCRTHelper, vinfo;
{$R *.res}