mirror of
https://github.com/nushell/nushell.git
synced 2025-02-02 19:50:05 +01:00
parent
41af2e4b30
commit
d32e878868
@ -15,7 +15,7 @@ impl Command for ExportAlias {
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
Signature::build("export def")
|
||||
Signature::build("export alias")
|
||||
.required("name", SyntaxShape::String, "name of the alias")
|
||||
.required(
|
||||
"initial_value",
|
||||
|
Loading…
Reference in New Issue
Block a user