Fix the syntax highlighting in help metadata (#7628)

This commit is contained in:
Stefan Holderbach 2022-12-29 17:45:55 +01:00 committed by GitHub
parent ce0060e6b0
commit b543063749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {