mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 06:39:33 +02:00
Currently, `use spam.nu` creates a module `spam`. Therefore, after the first `use`, it is possible to call both `use spam.nu` and `use spam` with the same effect.