forked from extern/nushell
Fmt
This commit is contained in:
@ -14,8 +14,7 @@ impl Command for Use {
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
Signature::build("use")
|
||||
.required("module_name", SyntaxShape::String, "module name")
|
||||
Signature::build("use").required("module_name", SyntaxShape::String, "module name")
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Reference in New Issue
Block a user