mirror of
https://github.com/nushell/nushell.git
synced 2025-05-06 07:52:57 +00:00
Fixes #13776 # User-Facing Changes Arguments to aliased externals no longer include nested import paths: ```diff module foo { export alias bar = ^echo } use foo foo bar baz -bar baz +baz ```