mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
FEATURE: fix the namespace of the standard library (not testing) (#9193)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use std "xaccess"
|
||||
use std "xupdate"
|
||||
use std "xinsert"
|
||||
use std xml xaccess
|
||||
use std xml xupdate
|
||||
use std xml xinsert
|
||||
use std "assert equal"
|
||||
|
||||
export def setup [] {
|
||||
|
Reference in New Issue
Block a user