php-console-commandline 1.2.0-1 source package in Ubuntu

Changelog

php-console-commandline (1.2.0-1) unstable; urgency=medium

  * Initial release. (Closes: #805715)

 -- Prach Pongpanich <email address hidden>  Sat, 21 Nov 2015 17:49:11 +0700

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-console-commandline_1.2.0-1.dsc 2.0 KiB ee93de5c1536a035370981c4b84406d93b85a62d26388b61f1de969d8380ba09
php-console-commandline_1.2.0.orig.tar.gz 39.2 KiB ec54b9dcc5620b84a41a6269a0647fb92c23685de7a719e5ae176a506a5090f1
php-console-commandline_1.2.0-1.debian.tar.xz 1.6 KiB 548fb260b60f0da9621719baae60ebc87317ce479d255016a198dc82426fe01a

No changes file available.

Binary packages built by this source

php-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...