Skip to content

Commit 7400e7c

Browse files
committed
chore: adopt clap-markdown-ext improvements.
1 parent d4894f5 commit 7400e7c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ orfile = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "5473fc4
146146
slect = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "5473fc4e26175974509088eb88660a0269e4f39e" }
147147

148148
# docs
149-
clap-markdown-ext = { git = "https://github.com/movementlabsxyz/clap-markdown-ext.git", rev = "3d729560f591c734d8b73e2ed128475bb1897003" }
149+
clap-markdown-ext = { git = "https://github.com/movementlabsxyz/clap-markdown-ext.git", rev = "a4c6c00193baa50eefa214bd74b4a1d50c3255a0" }
150150

151151
# internal
152152
## migration

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ Select migration over the node
118118

119119
**Usage:** `mtma-migrate-node migrate select [OPTIONS] [-- <EXTRA_ARGS>...]`
120120

121+
###### **Arguments:**
122+
123+
* `<EXTRA_ARGS>` — Extra arguments to be passed to subcommands
124+
125+
###### **Options:**
126+
127+
* `--null` — Enable the null selection
128+
121129
Selection (1/1): null
122130
The config for the migration
123131

@@ -128,14 +136,6 @@ Options:
128136

129137

130138

131-
###### **Arguments:**
132-
133-
* `<EXTRA_ARGS>` — Extra arguments to be passed to subcommands
134-
135-
###### **Options:**
136-
137-
* `--null` — Enable the null selection
138-
139139

140140

141141
<hr/>

0 commit comments

Comments
 (0)