色コード (Previous) (Next) Introduction

View this page in Last updated: Sun, 06 Jul 2008
English | French | Japanese | Plain HTML

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 モジュール に触発されて作成したものであり、 これを使用すると複雑なコマンドラインインターフェイスを簡単に作成することができます。

色コード (Previous) (Next) Introduction

Download Documentation Last updated: Sun, 06 Jul 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.