mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 12:29:03 +00:00
parent
41af2e4b30
commit
d32e878868
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue