Rewritten command line parsing code to get rid of Console_GetoptPlus dependency

This commit is contained in:
2014-06-07 17:17:37 +02:00
parent a6d0484bec
commit 413a92ec66
3 changed files with 34 additions and 59 deletions

8
CHANGELOG Normal file
View File

@@ -0,0 +1,8 @@
Version 2.0
Rewritten the entire command line parsing code to get rid of the
PEAR Console_GetoptPlus dependency.
The script sould now be able to run out-of-the-box on most
machines without the need for Console_GetoptPlus.
Version 1.0
First version released!