mirror of
https://github.com/nushell/nushell.git
synced 2025-07-31 23:51:02 +02:00
* Fix alias import Alias importing was registering the alias id as a decl instead of alias. This caused issues when hiding and then reimporting the alias. * Clippy format Co-authored-by: Hristo Filaretov <h.filaretov@protonmail.com>