diff --git a/scripts/cli.sh b/scripts/cli.sh index e9899d0164..5e6251e10f 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -1,5 +1,7 @@ #! /usr/bin/env bash +set -e + # A function to generate formatted .md files write_to_file() { local cmd="$1"