Skip to content

Commit

Permalink
Add goal wrapper output
Browse files Browse the repository at this point in the history
Note:
This may break any programs that are dependent on parsing CLI output.
It should not be the case as no API contracts has been promised,
however, it is a commit risk.
  • Loading branch information
hsoerensen committed Mar 13, 2024
1 parent a1a808b commit 1918916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/goal
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ if [ -z "${container_id}" ]; then
exit 1
fi

echo "Executing Voi 'goal' wrapper from $(readlink -f "$0")"
echo "---"
docker exec -it "${container_id}" bash -c "goal $*"

0 comments on commit 1918916

Please sign in to comment.