From da980383ff46d155a9f5b0adcd315bb4e68b5efa Mon Sep 17 00:00:00 2001 From: chonghe <44791194+chong-he@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:28:56 +0800 Subject: [PATCH] Update scripts/cli.sh Co-authored-by: Mac L --- scripts/cli.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/cli.sh b/scripts/cli.sh index 55b56bde5d..810fb37e54 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -1,5 +1,9 @@ #! /usr/bin/env bash +# IMPORTANT +# This script should NOT be run directly. +# Run `make cli` from the root of the repository instead. + set -e # A function to generate formatted .md files