mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:35:56 +02:00
Merge branch 'main' of https://github.com/nushell/engine-q into plugins
This commit is contained in:
@ -15,7 +15,7 @@ impl Command for Use {
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
Signature::build("use").required("pattern", SyntaxShape::String, "import pattern")
|
||||
Signature::build("use").rest("pattern", SyntaxShape::String, "import pattern parts")
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Reference in New Issue
Block a user