php-console-commandline 1.2.1-1ubuntu4 source package in Ubuntu

Changelog

php-console-commandline (1.2.1-1ubuntu4) jammy; urgency=medium

  * d/p/disable-broken-tests-for-php8.1.patch: Also skip addoption test.

 -- Bryce Harrington <email address hidden>  Fri, 07 Jan 2022 10:22:17 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-console-commandline_1.2.1.orig.tar.gz 39.7 KiB a436c55d12c90125d2e69becb125d327f38d5fc6a75c93501213b2bc83956837
php-console-commandline_1.2.1-1ubuntu4.debian.tar.xz 3.6 KiB 72c1ca81a89427db0a0d922af5f047ffcff15aba1121d9b9dae538ca6583375c
php-console-commandline_1.2.1-1ubuntu4.dsc 2.2 KiB 0b792e069a194b2e4f5bb1c651258ebc52b00e85f69df887bdb9e0ffa522070f

View changes file

Binary packages built by this source

php-console-commandline: 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's 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...