0.2.0-alpha - 2 April 2008 (r5476) ================================================== -- added general Limb3 CLI scripts runner using single entry point - "limb" script shipped with CORE or CLI package (LMBF-4) -- lmbCliInput now can be constructed using short options description format, e.g: $cli = new lmbCliInput('i|input=;b;foo=;c='); is equal to: $cli = new lmbCliInput(new lmbCliOption('i', 'input', lmbCliOption :: VALUE_REQ), -- other changes and refactorings 0.1.1-alpha - 14 December 2006 (r5027) ================================================== -- tests are more isolated -- initial PhpDocs added 0.1.0alpha - 14 December 2006 ================================================== - Initial release of this package.