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 374c8b0063 Merge branch '4.2'
* 4.2:
  [Console] Fix command testing with missing inputs
  [Validator] Sync no/nb translation files
  [Translation] Added a script to display the status of translations
  [Validator] Added missing translations for Norwegian (\"no\") locale #30179
  [Security\Guard] bump lowest version of security-core
  [TwigBridge] Fix test
  Remove unnecessary ProgressBar stdout writes (fixes flickering)
  [Validator] improve translations for albanian ("sq") locale
  [VarDumper] fix serializing Stub instances
  [Validator] Added missing use statement for UnexpectedTypeException
  Don't resolve the Deprecation error handler mode until a deprecation is triggered
  bug #30245 fix lost namespace in eval (fizzka)
  fix lost namespace in eval
  [Twig] removed usage of non-namespaced classes
  added missing dot
  Update validators.lt.xlf
  #30172 Add the missing validation translations for the Luxembourgish …
  [Debug][ErrorHandler] Preserve next error handler
2019-02-19 19:29:52 +01:00
..
Command Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
CommandLoader [Console] Add a factory command loader for standalone application with lazy-loading needs 2017-07-15 10:43:17 +02:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Descriptor Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Event Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
EventListener switched array() to [] 2019-01-16 10:39:14 +01:00
Exception Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Formatter fixed CS 2019-01-16 22:53:45 +01:00
Helper Merge branch '4.2' 2019-02-19 19:29:52 +01:00
Input Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Logger Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Output fixed CS 2019-01-16 19:35:49 +01:00
Question Merge branch '4.1' into 4.2 2019-01-25 15:35:16 +01:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style [Console] Make "warning" in SymfonyStyle use orange color 2019-01-29 23:35:02 +01:00
Tester Merge branch '3.4' into 4.2 2019-02-19 19:28:05 +01:00
Tests Merge branch '4.2' 2019-02-19 19:29:52 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
CHANGELOG.md Add an iterate method to the ProgressBar class 2019-01-30 21:33:07 +01:00
composer.json Add an iterate method to the ProgressBar class 2019-01-30 21:33:07 +01:00
ConsoleEvents.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Terminal.php switched array() to [] 2019-01-16 10:39:14 +01: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.