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 13f177b commit 7dd4626Copy full SHA for 7dd4626
bin/generate_practice_exercise renamed to bin/add_practice_exercise
@@ -10,7 +10,7 @@ set -euo pipefail
10
11
# If argument not provided, print usage and exit
12
if [ $# -ne 1 ] && [ $# -ne 2 ] && [ $# -ne 3 ]; then
13
- echo "Usage: bin/generate_practice_exercise.sh <exercise-slug> [difficulty] [author-github-handle]"
+ echo "Usage: bin/add_practice_exercise <exercise-slug> [difficulty] [author-github-handle]"
14
exit 1
15
fi
16
0 commit comments