1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-11 11:55:10 +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 { fn signature(&self) -> nu_protocol::Signature {
Signature::build("wrap").required( Signature::build("get").required(
"cell_path", "cell_path",
SyntaxShape::CellPath, SyntaxShape::CellPath,
"the cell path to the data", "the cell path to the data",