Fixed small error in the help-examples for the get command (#12877)
# Description Another small error in Help, this time for the `get` command example. # User-Facing Changes Help only
This commit is contained in:
parent
72b880662b
commit
b08135d877
|
@ -115,7 +115,7 @@ If multiple cell paths are given, this will produce a list of values."#
|
||||||
},
|
},
|
||||||
Example {
|
Example {
|
||||||
description:
|
description:
|
||||||
"Extract the name of the 3rd record in a list (same as `ls | $in.name`)",
|
"Extract the name of the 3rd record in a list (same as `ls | $in.name.2`)",
|
||||||
example: "ls | get name.2",
|
example: "ls | get name.2",
|
||||||
result: None,
|
result: None,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user