Skip to content

Commit 6a0e905

Browse files
committed
chore: adopt slect API improvements.
1 parent 7400e7c commit 6a0e905

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.githooks/pre-commit

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

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

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ include-vendor = { git = "https://github.com/movementlabsxyz/kestrel.git", rev =
142142
ready-docker = { git = "https://github.com/movementlabsxyz/kestrel.git", rev = "3220d704df7e06d1dcc5266e15eaf05db86fdb07" }
143143

144144
# orfile
145-
orfile = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "5473fc4e26175974509088eb88660a0269e4f39e" }
146-
slect = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "5473fc4e26175974509088eb88660a0269e4f39e" }
145+
orfile = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "0af1c7d21d2565f3b676bad67b4b9ccd50c083d0" }
146+
slect = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "0af1c7d21d2565f3b676bad67b4b9ccd50c083d0" }
147147

148148
# docs
149149
clap-markdown-ext = { git = "https://github.com/movementlabsxyz/clap-markdown-ext.git", rev = "a4c6c00193baa50eefa214bd74b4a1d50c3255a0" }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Select migration over the node
120120

121121
###### **Arguments:**
122122

123-
* `<EXTRA_ARGS>` — Extra arguments to be passed to subcommands
123+
* `<EXTRA_ARGS>` — Extra arguments to be passed to selections
124124

125125
###### **Options:**
126126

@@ -129,7 +129,7 @@ Select migration over the node
129129
Selection (1/1): null
130130
The config for the migration
131131

132-
Usage: null{}
132+
Usage: --null.*
133133

134134
Options:
135135
-h, --help Print help (see more with '--help')

0 commit comments

Comments
 (0)