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 290cd0d commit 0fc854eCopy full SHA for 0fc854e
scripts/markdown/formatQueryResultAsMarkdownTable.sh
@@ -12,8 +12,6 @@ set -o errexit -o pipefail
12
MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:-$( CDPATH=. cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P )} # Repository directory containing the shell scripts for markdown
13
#echo "formatQueryResultAsMarkdownTable: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
14
15
-echo "formatQueryResultAsMarkdownTable: Will output in Markdown Table Format" >&2
16
-
17
# Read all input (including multiline) into cypher_query_result
18
cypher_query_result=$(cat)
19
0 commit comments