rustlanges-components 0.1.0

RustLangES components library
Documentation
1
2
3
4
5
6
7
8
9
use ./util.nu *

const path_self = path self | path dirname;

export def load [] {
  open $"($path_self)/.env"
    | parse "{key}={value}"
    | as record key value
}