Attribute
1 year ago
CI
1 year ago
Command
1 year ago
CommandLoader
2 years ago
Completion
1 year ago
DependencyInjection
1 year ago
Descriptor
1 year ago
Event
1 year ago
EventListener
2 years ago
Exception
2 years ago
Formatter
1 year ago
Helper
1 year ago
Input
1 year ago
Logger
1 year ago
Output
1 year ago
Question
1 year ago
Resources
1 year ago
SignalRegistry
1 year ago
Style
1 year ago
Tester
1 year ago
Application.php
1 year ago
Color.php
1 year ago
ConsoleEvents.php
2 years ago
Cursor.php
2 years ago
LICENSE
2 years ago
README.md
2 years ago
SingleCommandApplication.php
1 year ago
Terminal.php
1 year ago
README.md
37 lines
| 1 | Console Component |
| 2 | ================= |
| 3 | |
| 4 | The Console component eases the creation of beautiful and testable command line |
| 5 | interfaces. |
| 6 | |
| 7 | Sponsor |
| 8 | ------- |
| 9 | |
| 10 | The Console component for Symfony 5.4/6.0 is [backed][1] by [Les-Tilleuls.coop][2]. |
| 11 | |
| 12 | Les-Tilleuls.coop is a team of 50+ Symfony experts who can help you design, develop and |
| 13 | fix your projects. We provide a wide range of professional services including development, |
| 14 | consulting, coaching, training and audits. We also are highly skilled in JS, Go and DevOps. |
| 15 | We are a worker cooperative! |
| 16 | |
| 17 | Help Symfony by [sponsoring][3] its development! |
| 18 | |
| 19 | Resources |
| 20 | --------- |
| 21 | |
| 22 | * [](https://symfony.com/doc/current/components/console.htmlDocumentation](https://symfony.com/doc/current/components/console.html](https://symfony.com/doc/current/components/console.html) |
| 23 | * [](https://symfony.com/doc/current/contributing/index.htmlContributing](https://symfony.com/doc/current/contributing/index.html](https://symfony.com/doc/current/contributing/index.html) |
| 24 | * [](https://github.com/symfony/symfony/issuesReport issues](https://github.com/symfony/symfony/issues](https://github.com/symfony/symfony/issues) and |
| 25 | [](https://github.com/symfony/symfony/pullssend Pull Requests](https://github.com/symfony/symfony/pulls](https://github.com/symfony/symfony/pulls) |
| 26 | in the [](https://github.com/symfony/symfonymain Symfony repository](https://github.com/symfony/symfony](https://github.com/symfony/symfony) |
| 27 | |
| 28 | Credits |
| 29 | ------- |
| 30 | |
| 31 | `Resources/bin/hiddeninput.exe` is a third party binary provided within this |
| 32 | component. Find sources and license at https://github.com/Seldaek/hidden-input. |
| 33 | |
| 34 | [1]: https://symfony.com/backers |
| 35 | [2]: https://les-tilleuls.coop |
| 36 | [3]: https://symfony.com/sponsor |
| 37 |