mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01: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 |