Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GOVCMS-8167] Revert "Prevent output wrapping when running "ahoy drush"" #51

Merged
merged 3 commits into from
Sep 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ commands:

drush:
usage: Run drush commands in cli container.
cmd: docker-compose exec -e -T cli drush "$@"
cmd: docker-compose exec -T cli drush "$@"

logs:
usage: Show Docker logs.
Expand Down
4 changes: 4 additions & 0 deletions custom/ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ commands:
echo -e "Type \`\033[0;32mahoy my\033[0m\` for a list of custom commmands."
echo

drush-local:
usage: Return the output without line wrapping.
cmd: docker-compose exec -e 120 -T cli drush "$@"

# mycustomcommand:
# cmd: |
# echo "Anything complex you can do on the command line, you can make available for all developers in your project."
Expand Down