mirror of
https://github.com/nushell/nushell.git
synced 2024-12-17 12:41:34 +01:00
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 {
|
||||
Signature::build("wrap").required(
|
||||
Signature::build("get").required(
|
||||
"cell_path",
|
||||
SyntaxShape::CellPath,
|
||||
"the cell path to the data",
|
||||
|
Loading…
Reference in New Issue
Block a user