Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a6447a

Browse files
author
Sokolov Innokenty
committed
added support
1 parent adee5a6 commit 1a6447a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* [Symfony Console component](https://symfony.com/doc/current/components/console.html)
66
* [The Symfony Installer](https://github.com/symfony/symfony-installer)
7+
* [SensioLabs Security Checker](https://github.com/sensiolabs/security-checker)
78
* [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
89
* [Composer](https://getcomposer.org/)
910
* [Deployer](https://deployer.org/)
@@ -48,9 +49,10 @@ Restart your bash and you should be able to autocomplete commands in a Symfony p
4849
```bash
4950
./bin/console [TAB]
5051
console [TAB]
52+
./bin/security-checker
5153
./bin/php-cs-fixer [TAB]
52-
php-cs-fixer [TAB]
5354
symfony [TAB]
55+
php-cs-fixer [TAB]
5456
composer [TAB]
5557
composer.phar [TAB]
5658
deployer [TAB]

‎symfony-autocomplete‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Supports:
44
# * symfony console
55
# * symfony installer
6+
# * security-checker
67
# * php-cs-fixer
78
# * composer
89
# * deployer (dep)
@@ -21,6 +22,7 @@ _console()
2122

2223
complete -F _console console
2324
complete -F _console symfony
25+
complete -F _console security-checker
2426
complete -F _console php-cs-fixer
2527
complete -F _console composer
2628
complete -F _console composer.phar

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /