mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 08:48:23 +01:00
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![
|
||||
Example {
|
||||
description: "Get the metadata of a variable",
|
||||
example: "metadata $a",
|
||||
example: "let a = 42; metadata $a",
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
|
Loading…
Reference in New Issue
Block a user