1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 21:06:06 +02:00

Fix the syntax highlighting in help metadata ()

This commit is contained in:
Stefan Holderbach
2022-12-29 17:45:55 +01:00
committed by GitHub
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 {