Console_CommandLine

目次
Introduction -- introduction to the Console_CommandLine package
Creating the parser --  how to create a parser using PHP code or an XML definition file
Populating the parser --  how to add options, arguments and subcommands to the parser
Extending Console_CommandLine -- how to customize this package to achieve specific tasks
Examples -- various code examples

Console_CommandLine は、 コマンドラインオプションや引数を扱うための完全な機能を持つパッケージです。 python の optparse モジュール に触発されて作成したものであり、 これを使用すると複雑なコマンドラインインターフェイスを簡単に作成することができます。