Skip to content

Commit b5dd47f

Browse files
committed
Add built-in support for Magento console
1 parent f127dcd commit b5dd47f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ here is a non-exhaustive list :
106106
* deployer
107107
* laravel's artisan
108108
* roadiz
109+
* magento 2 console

src/DumpCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
5858
'dep',
5959
'artisan',
6060
'roadiz',
61+
'magento',
6162
);
6263
}
6364

tests/fixtures/bash/default.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ complete -o default -F _symfony robo
5151
complete -o default -F _symfony dep
5252
complete -o default -F _symfony artisan
5353
complete -o default -F _symfony roadiz
54+
complete -o default -F _symfony magento

0 commit comments

Comments
 (0)