mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Fix doc building for vuepress-next, avoid using angle brackets (#5696)
* Fix doc building for vuepress-next, avoid using angle brackets * [ci skip]
This commit is contained in:
parent
d44059c36b
commit
1b8051ece5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ impl Command for Watch {
|
||||||
.named(
|
.named(
|
||||||
"recursive",
|
"recursive",
|
||||||
SyntaxShape::Boolean,
|
SyntaxShape::Boolean,
|
||||||
"Watch all directories under <path> recursively. Will be ignored if <path> is a file (default: true)",
|
"Watch all directories under `<path>` recursively. Will be ignored if `<path>` is a file (default: true)",
|
||||||
Some('r'),
|
Some('r'),
|
||||||
)
|
)
|
||||||
.switch("verbose", "Operate in verbose mode (default: false)", Some('v'))
|
.switch("verbose", "Operate in verbose mode (default: false)", Some('v'))
|
||||||
|
|
Loading…
Reference in a new issue