mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 11:10:26 +02:00
More Windows conversions
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use std/log
|
||||
use (['std', 'log'] | path join)
|
||||
export-env {
|
||||
# Place NU_FORMAT... environment variables in module-scope
|
||||
export use std/log *
|
||||
export use (['std', 'log'] | path join) *
|
||||
}
|
||||
|
||||
def "nu-complete threads" [] {
|
||||
|
Reference in New Issue
Block a user