Skip to content

Commit fd7484e

Browse files
committed
Add built-in support for artisan and deployer
1 parent bcd5a90 commit fd7484e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/DumpCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
5353
'phpspec',
5454
'behat',
5555
'robo',
56+
'dep',
57+
'artisan',
5658
);
5759
}
5860

tests/fixtures/bash/default.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ complete -o default -F _symfony php-cs-fixer
4848
complete -o default -F _symfony phpspec
4949
complete -o default -F _symfony behat
5050
complete -o default -F _symfony robo
51+
complete -o default -F _symfony dep
52+
complete -o default -F _symfony artisan

0 commit comments

Comments
 (0)