forked from extern/nushell
Allow rest vars to have a custom name
This commit is contained in:
@ -15,7 +15,7 @@ impl Command for BuildString {
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
Signature::build("build-string").rest(SyntaxShape::String, "list of string")
|
||||
Signature::build("build-string").rest("rest", SyntaxShape::String, "list of string")
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Reference in New Issue
Block a user