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.
1 parent 2c7b438 commit 7b31e9dCopy full SHA for 7b31e9d
entrypoint.sh
@@ -3,4 +3,10 @@ PS1='\[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%
3
pre-commit install
4
export PIP_USER=no
5
clear
6
-echo 'We are now ready to go, welcome!!'
+echo 'Welcome to the project!'
7
+echo '-----------------------'
8
+echo 'Commands for getting started:'
9
+echo ' hello - Our main entrypoint, invokes the hello world python script within hello.py'
10
+echo ' pytest - Execute automated testing'
11
+echo ' pre-commit run - Execute all pre-commit hooks (Automatically called when committing!)'
12
+echo ''
0 commit comments