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 d74f557 commit f23beecCopy full SHA for f23beec
.githooks/pre-commit
@@ -5,7 +5,7 @@ set -e
5
# CLAP CLI
6
##########
7
CLAP_LIST_FILE="clap-markdown-list"
8
-export SELECT_TOOL_MARKDOWN="true"
+export SLECT_TOOL_MARKDOWN="true"
9
10
# Form a markdown string that will be used to capture an index of documented CLIs
11
workspace_root=$(cargo metadata --no-deps --format-version 1 | jq -r '.workspace_root')
migration/cli/migrate-node/docs/cli/README.md
@@ -126,7 +126,7 @@ Select migration over the node
126
127
* `--null` — Enable the null selection
128
129
-Selection (1/1): null
+**Selection (1/1):** `null`
130
The config for the migration
131
132
Usage: --null.*
0 commit comments