mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
cc0259bbed
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 ``` |
||
---|---|---|
.. | ||
samples | ||
mod.rs |