This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console
Nicolas Grekas 3db3ad21d0 Merge branch '4.1'
* 4.1:
  Remove Process::escapeArgument argument type hint
  [Console] fix test using deprecated code
  [travis] build libsodium only if it's not already enabled
  Add a test case for stringifying of Process arguments
  Add a missing English translation
  [Console] Fixes multiselect choice question in interactive mode with default values
  [Validator] Add a missing Polish translation
  Allow integers as default console option value
  Setting missing default paths under BC layer
  Changed "epost-adress" to "e-postadress"
  Fix for race condition in console output stream write
  reverse transform RFC 3339 formatted dates
2018-10-14 13:50:41 -07:00
..
Command Merge branch '4.1' 2018-10-10 06:54:27 -07:00
CommandLoader [Console] Add a factory command loader for standalone application with lazy-loading needs 2017-07-15 10:43:17 +02:00
DependencyInjection [Console] Simplify parameters in DI 2017-12-24 07:06:54 +01:00
Descriptor Merge branch '4.0' into 4.1 2018-07-26 11:10:45 +02:00
Event Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
EventListener Fix PSR exception context key 2018-04-17 12:32:18 +03:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Formatter feature #28373 [Console] Support max column width in Table (ro0NL) 2018-09-11 19:20:18 +02:00
Helper Merge branch '4.1' 2018-10-14 13:50:41 -07:00
Input Merge branch '3.4' into 4.1 2018-10-14 12:02:12 -07:00
Logger Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Output Merge branch '3.4' into 4.1 2018-10-14 12:02:12 -07:00
Question Merge branch '4.1' 2018-10-02 14:43:31 +02:00
Resources/bin
Style Merge branch '4.0' into 4.1 2018-07-26 13:24:31 +02:00
Tester [Console] Add support for error ouput in the CommandTester 2018-09-23 13:34:50 +02:00
Tests Merge branch '4.1' 2018-10-14 13:50:41 -07:00
.gitignore
Application.php Merge branch '4.1' 2018-10-02 14:43:31 +02:00
CHANGELOG.md [Console] Add support for error ouput in the CommandTester 2018-09-23 13:34:50 +02:00
composer.json Added symfony/contracts: a set of abstractions extracted out of the components 2018-07-11 10:17:42 +02:00
ConsoleEvents.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Merge branch '2.7' into 2.8 2017-04-12 07:07:15 -07:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Terminal.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00

Console Component

The Console component eases the creation of beautiful and testable command line interfaces.

Resources

Credits

Resources/bin/hiddeninput.exe is a third party binary provided within this component. Find sources and license at https://github.com/Seldaek/hidden-input.