forked from extern/nushell
Fix the syntax highlighting in help metadata
(#7628)
This commit is contained in:
parent
ce0060e6b0
commit
b543063749
@ -106,7 +106,7 @@ impl Command for Metadata {
|
|||||||
vec![
|
vec![
|
||||||
Example {
|
Example {
|
||||||
description: "Get the metadata of a variable",
|
description: "Get the metadata of a variable",
|
||||||
example: "metadata $a",
|
example: "let a = 42; metadata $a",
|
||||||
result: None,
|
result: None,
|
||||||
},
|
},
|
||||||
Example {
|
Example {
|
||||||
|
Loading…
Reference in New Issue
Block a user