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

View File

@ -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",