We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79be890 + 3fce58e commit 3b85b40Copy full SHA for 3b85b40
entrypoint.sh
@@ -21,4 +21,9 @@ popd
21
22
echo "Extension installed."
23
24
+if [ "$@" == *bash* ]; then
25
+echo "In order to run the extension manually run the command cextrun"
26
+echo "In order to run the extension in debug mode, please use cextrun -d command"
27
+echo "In the case that you modified dependencies or want to install development dependencies run the command: poetry install"
28
+fi
29
exec "$@"
0 commit comments