rename export def to export alias (#4912)

copy-n-paste error
This commit is contained in:
Darren Schroeder 2022-03-23 07:53:10 -05:00 committed by GitHub
parent 41af2e4b30
commit d32e878868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",