forked from extern/nushell
change signature name to get, it was (I believe) incorrectly named wrap
This commit is contained in:
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user