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 41096b4 commit e4d5b8cCopy full SHA for e4d5b8c
scripts/core-rpc-tools/dump-cli-help.sh
@@ -26,8 +26,6 @@ OUT="${OUT:-dash-cli-help-$(date -u +%Y%m%dT%H%M%SZ).txt}" # Text output file
26
OUT_JSONL="${OUT_JSONL:-dash-cli-help-$(date -u +%Y%m%dT%H%M%SZ).jsonl}" # JSONL output
27
FORMAT_JSONL="${FORMAT_JSONL:-1}" # set to 0 to disable JSONL output
28
# ------------------------------------------------------------------------------
29
-echo $CLI
30
-echo $NET_ARGS
31
32
# Split NET_ARGS into an array so empty/multiple flags work reliably
33
read -r -a NET_ARR <<< "${NET_ARGS}"
0 commit comments