Skip to content

Commit

Permalink
Merge pull request #56 from TomaszGasior/magento-console
Browse files Browse the repository at this point in the history
Add built-in support for Magento console
  • Loading branch information
rquadling authored Jun 24, 2020
2 parents f127dcd + b5dd47f commit b2d9bc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ here is a non-exhaustive list :
* deployer
* laravel's artisan
* roadiz
* magento 2 console
1 change: 1 addition & 0 deletions src/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'dep',
'artisan',
'roadiz',
'magento',
);
}

Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/bash/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ complete -o default -F _symfony robo
complete -o default -F _symfony dep
complete -o default -F _symfony artisan
complete -o default -F _symfony roadiz
complete -o default -F _symfony magento

0 comments on commit b2d9bc4

Please sign in to comment.