Skip to content

Commit

Permalink
add command stats
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHyski authored Jan 29, 2019
1 parent aef8467 commit 81469aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage2docker.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ _mage2docker() {
compadd $(_docker_get_container_name)
;;
command)
compadd "$@" bash-www bash logs magento mage mage-cache mage-reindex mage-di mage-upgrade mage-report mage-log grunt watch rename rm restart stop inspect top mysqldump mysql ip vst redis-flushall
compadd "$@" bash-www bash logs magento mage mage-cache mage-reindex mage-di mage-upgrade mage-report mage-log grunt watch rename rm restart stop inspect top mysqldump mysql ip vst stats redis-flushall
;;
options)
case $words[3] in
Expand Down

0 comments on commit 81469aa

Please sign in to comment.