symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters

MIT License

Downloads
24.4M
Stars
420
Committers
18

Bot releases are visible (Hide)

symfony-console-completion - 0.3.0

Published by stecman over 10 years ago

This release primarily adds support for colon characters in completions.

BC break: public methods on CompletionHandler that allowed reading of command-line contents have been moved to CompletionContext. A completion handler's context is accessible through CompletionHandler::getContext().