ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/xmlTools/trunk/posUpdate/ParametersParser.cs
(Generate patch)

Comparing xmlTools/trunk/posUpdate/ParametersParser.cs (file contents):
Revision 867 by s10k, Thu May 9 10:37:17 2013 UTC vs.
Revision 874 by s10k, Sat May 25 21:53:39 2013 UTC

# Line 141 | Line 141 | namespace xmlTools
141              myPatch.startPatch();
142          }
143  
144 <        [Verb]
144 >        [Verb(Description = "Displays current XmlTools version.")]
145          public static void version()
146          {
147 <            Console.WriteLine("xmlTools v" + Program.toolsVersion);
147 >            Console.WriteLine("xmlTools v" + Program.XmlToolsVersion);
148              Console.WriteLine("\nWritten by s10k");
149          }
150  
151 +        [Verb(Description = "Displays extra informations about XmlTools.")]
152 +        public static void about()
153 +        {
154 +            version();
155 +            Console.WriteLine();
156 +            Console.WriteLine("For extra XmlTools support check it page at: http://wiki.oni2.net/XmlTools");
157 +            Console.WriteLine();
158 +            Console.WriteLine("This program uses the following free libraries: ");
159 +            Console.WriteLine("-CLAP: for parameter parsing. (http://adrianaisemberg.github.io/CLAP/)");
160 +            Console.WriteLine("-IronJS: for custom javascript code execution. (https://github.com/fholm/IronJS)");
161 +            Console.WriteLine();
162 +            Console.WriteLine("A big thanks to all the oni.bungie.org community!");
163 +        }
164 +
165          [Verb]
166          public static void showErrTypes()
167          {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)