Extract the command line parsing.
authorGunnar Wrobel <p@rdus.de>
Thu, 8 Jul 2010 11:40:12 +0000 (13:40 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 25 Aug 2010 17:21:36 +0000 (19:21 +0200)
commit5cf512d63fa504fe8d63edd83e243f42934953d0
treecf642ba248ace1482be082a489eb6b95c3e9cd61
parentf16d2476fc1794bf5819cef3445c37f34accf804
Extract the command line parsing.
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Cli.php [new file with mode: 0644]
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Cli/Parser.php [new file with mode: 0644]
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception.php
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception/Usage.php [new file with mode: 0644]
framework/Kolab_Filter/package.xml
framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php [deleted file]
framework/Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php [new file with mode: 0644]