Skip to content

Commit 1468840

Browse files
ambroisemaupatebamarni
authored andcommitted
Support bin/roadiz console (#49)
* Support bin/roadiz console too. * Update default.txt * Update README.md
1 parent 0b555b7 commit 1468840

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ here is a non-exhaustive list :
105105
* robo
106106
* deployer
107107
* laravel's artisan
108+
* roadiz

src/DumpCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5555
'robo',
5656
'dep',
5757
'artisan',
58+
'roadiz',
5859
);
5960
}
6061

tests/fixtures/bash/default.txt

+1
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ complete -o default -F _symfony behat
5050
complete -o default -F _symfony robo
5151
complete -o default -F _symfony dep
5252
complete -o default -F _symfony artisan
53+
complete -o default -F _symfony roadiz

0 commit comments

Comments
 (0)