File: README.rst

package info (click to toggle)
php-console-commandline 1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: php: 1,396; xml: 166; sh: 5; makefile: 4
file content (55 lines) | stat: -rw-r--r-- 1,356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*******************
Console_CommandLine
*******************
A full featured command line options and arguments parser.

``Console_CommandLine`` is a full featured package for managing command-line
options and arguments highly inspired from python ``optparse`` module, it allows
the developer to easily build complex command line interfaces.


=============
Main features
=============
* handles sub commands (ie. ``$ myscript.php -q subcommand -f file``),
* can be completely built from an XML definition file,
* generate ``--help`` and ``--version`` options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...


============
Installation
============

PEAR
====
::

    $ pear install Console_CommandLine


Composer
========
::

    $ composer require pear/console_commandline


=====
Links
=====
Homepage
  http://pear.php.net/package/Console_CommandLine
Bug tracker
  http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_CommandLine
Documentation
  http://pear.php.net/manual/en/package.console.console-commandline.php
Unit test status
  https://travis-ci.org/pear/Console_CommandLine

  .. image:: https://travis-ci.org/pear/Console_CommandLine.svg?branch=stable
     :target: https://travis-ci.org/pear/Console_CommandLine
Packagist
  https://packagist.org/packages/pear/console_commandline