nushell/crates
Jakub Žádník a240aead8c Add loading module from file
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.
2021-10-26 21:03:12 +03:00
..
nu-cli WIP 2021-10-26 10:14:21 +13:00
nu-command Fix par-each signature 2021-10-26 21:16:15 +13:00
nu-engine WIP 2021-10-26 10:14:21 +13:00
nu-json Add 'from json' 2021-10-01 18:11:49 +13:00
nu-parser Add loading module from file 2021-10-26 21:03:12 +03:00
nu-path Add config file loading 2021-10-13 16:57:05 +13:00
nu-protocol range display touchup 2021-10-26 11:24:10 +13:00
nu-table Add wrap and get and cell_path parsing 2021-10-02 15:59:11 +13:00
nu-term-grid clean up some todo comments in grid 2021-10-14 08:03:20 -05:00