mirror of
https://github.com/nushell/nushell.git
synced 2025-06-15 06:26:57 +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.