1
0
mirror of https://github.com/nushell/nushell.git synced 2025-08-20 13:24:03 +02:00

change signature name to get, it was (I believe) incorrectly named wrap

This commit is contained in:
Michael Angerman
2021-10-05 12:59:17 -07:00
parent c4ea398160
commit 8536c12bd9

@@ -15,7 +15,7 @@ impl Command for Get {
}
fn signature(&self) -> nu_protocol::Signature {
Signature::build("wrap").required(
Signature::build("get").required(
"cell_path",
SyntaxShape::CellPath,
"the cell path to the data",