Skip to content

Commit f23beec

Browse files
committed
chore: adopt slect API improvements.
1 parent d74f557 commit f23beec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# CLAP CLI
66
##########
77
CLAP_LIST_FILE="clap-markdown-list"
8-
export SELECT_TOOL_MARKDOWN="true"
8+
export SLECT_TOOL_MARKDOWN="true"
99

1010
# Form a markdown string that will be used to capture an index of documented CLIs
1111
workspace_root=$(cargo metadata --no-deps --format-version 1 | jq -r '.workspace_root')

migration/cli/migrate-node/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Select migration over the node
126126

127127
* `--null` — Enable the null selection
128128

129-
Selection (1/1): null
129+
**Selection (1/1):** `null`
130130
The config for the migration
131131

132132
Usage: --null.*

0 commit comments

Comments
 (0)