mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 22:07:55 +02:00
FEATURE: fix the namespace of the standard library (not testing) (#9193)
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
# std.nu, `used` to load all standard library components
|
||||
|
||||
export use dirs *
|
||||
export use dirs
|
||||
export-env {
|
||||
use dirs *
|
||||
}
|
||||
export use help *
|
||||
export use iter *
|
||||
export use log *
|
||||
export use help
|
||||
export use iter
|
||||
export use log
|
||||
export use testing *
|
||||
export use xml *
|
||||
export use dt [datetime-diff, pretty-print-duration]
|
||||
export use xml
|
||||
use dt [datetime-diff, pretty-print-duration]
|
||||
|
||||
# Add the given paths to the PATH.
|
||||
#
|
||||
|
Reference in New Issue
Block a user